Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testautomation_stdlib.c (stdlib_strtox): fix warning from gcc-4.9:
test/testautomation_stdlib.c: In function 'stdlib_strtox': test/testautomation_stdlib.c:1339:9: warning: this decimal constant is unsigned only in ISO C90 STRTOX_TEST_CASE(SDL_strtoul, unsigned long, "%lu", "4294967295", 10, 4294967295, 10); ^ test/testautomation_stdlib.c:1340:9: warning: this decimal constant is unsigned only in ISO C90 STRTOX_TEST_CASE(SDL_strtoul, unsigned long, "%lu", "4294967296", 10, 4294967295, 10); ^
- Loading branch information