]> Dogcows Code - chaz/tar/commit
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)
commitda06935f6ea4d2c248c01486adae98adb020dd42
treecbe500d25b424a68b21892e7a355df87fcd49d8a
parent15c02c2b9d383446b3ea35dbea5a048e136b020d
tar: pacify GCC 5.1 -Wformat-signedness

* 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.
lib/wordsplit.c
src/incremen.c
This page took 0.017818 seconds and 4 git commands to generate.