Makefile: Add -Wmising-prototypes to HOSTCFLAGS
authorJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 22:38:47 +0000 (14:38 -0800)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 23:01:42 +0000 (15:01 -0800)
Now that all host programs use static for all private functions and
forward prototypes for all extern functions, add -Wmissing-prototypes to
HOSTCFLAGS in the hopes of keeping it that way.

All versions of GCC supported by the kernel handle -Wmissing-prototypes.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>

No differences found