]> Savannah Git Hosting - gnulib.git/commit
tests: pacify GCC 5.1's stricter printf checking
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Apr 2015 08:23:29 +0000 (01:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Apr 2015 08:24:40 +0000 (01:24 -0700)
commit2aea2c723359d9459fd01e7b428f47656c9ce1e9
tree9aa06adfa3feeaa5d486751ccc9f03ed33a71fb8
parente4584a9e26ea39e2f961a700c60f3a10ec07dbb4
tests: pacify GCC 5.1's stricter printf checking

* tests/test-dirname.c (main):
* tests/test-getaddrinfo.c (simple):
* tests/test-getlogin.c (main):
* tests/test-getndelim2.c (main):
* tests/test-inttostr.c (CK):
* tests/test-md5.c (main):
* tests/test-read-file.c (main):
* tests/test-sha1.c (main):
Fix mismatches between printf format and value signedness.
* tests/test-inttostr.c (FMT, CAST_VAL, V_min, V_max):
Remove, as CAST_VAL always returned a value of type uintmax_t.
ChangeLog
tests/test-dirname.c
tests/test-getaddrinfo.c
tests/test-getlogin.c
tests/test-getndelim2.c
tests/test-inttostr.c
tests/test-md5.c
tests/test-read-file.c
tests/test-sha1.c