build: avoid compiler warnings
authorEric Blake <ebb9@byu.net>
Fri, 30 Oct 2009 15:47:12 +0000 (09:47 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 30 Oct 2009 23:02:08 +0000 (17:02 -0600)
commit708e2420452bb7233e0153b0b92c4e7dc79e03e3
treed49fe03fc7ba5e0d40e6cbf2e4ed078d60cd47b3
parent298d8b4a29e66da0b046b64b822f97d1c8fef74b
build: avoid compiler warnings

* lib/fchmodat.c (lchmod): Mark unused variables.
* lib/getopt.c (_getopt_initialize): Likewise.
* lib/mktime.c (__mktime_internal): Provide prototype.
* lib/inttostr.c (inttostr): Avoid compiler warning even with
older gcc that do not understand #pragma GCC diagnostic.
* lib/uinttostr.c (inttype_is_unsigned): Define.
* lib/umaxtostr.c (inttype_is_unsigned): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/fchmodat.c
lib/getopt.c
lib/inttostr.c
lib/mktime.c
lib/uinttostr.c
lib/umaxtostr.c