Home
last modified time | relevance | path

Searched hist:"25583 d4b5aa2c9aa5ed03ecc2ce73f3922714495" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile25583d4b5aa2c9aa5ed03ecc2ce73f3922714495 Sun Nov 15 16:38:47 CST 2009 Josh Triplett <josh@joshtriplett.org> Makefile: Add -Wmising-prototypes to HOSTCFLAGS

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>