maint: avoid three warnings from the very latest gcc-built-from-git
authorJim Meyering <meyering@fb.com>
Mon, 2 Nov 2015 05:58:42 +0000 (21:58 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 2 Nov 2015 06:00:17 +0000 (22:00 -0800)
commit6bfbf81717c7bee5ae846e38ecf6af1ff1775d11
tree09af5e143edf270ab07291889e840a5d5d9b7fdc
parentcf688dd1054b6f1a468cdecb831b06c19e87c816
maint: avoid three warnings from the very latest gcc-built-from-git

* unzip.c (unzip): Correct two format strings to match the types of the corresponding arguments.
* unlzw.c (unlzw): Cast an "int" to unsigned to match expected type of %x.
unlzw.c
unzip.c