]> Dogcows Code - chaz/tar/commitdiff
tar: pacify GCC 5.1 -Wformat-signedness
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2015 16:29:51 +0000 (09:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2015 16:53:55 +0000 (09:53 -0700)
* lib/wordsplit.c (struct wordsplit_node.flags):
Now unsigned, so that 'printf ("%x", p->flags)' doesn't provoke GCC.
* src/incremen.c (read_num, dumpdir_ok):
Don't printf an int with %x or %o.


No differences found
This page took 0.024767 seconds and 4 git commands to generate.