pixel-sorting-c icon indicating copy to clipboard operation
pixel-sorting-c copied to clipboard

Fixed unsigned/signed comparison warning.

Open stephenbalaban opened this issue 10 years ago • 0 comments

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...

stephenbalaban avatar Aug 19 '15 20:08 stephenbalaban