pixel-sorting-c
pixel-sorting-c copied to clipboard
Fixed unsigned/signed comparison warning.
Also fixed LDFLAG ordering issue.
On my system (Ubuntu 14.04), the previous ordering caused a compilation error.
Also, I set -Wsign-compare and -Werror. So I changed int to size_t. Probably could have simply done unsigned int...