Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 1998 17:35:39 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        archie@whistle.com, dillon@apollo.backplane.com
Cc:        cvs-committers@FreeBSD.ORG
Subject:   Re: -Wunused kernel build
Message-ID:  <199812140635.RAA03001@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>     I think it's a good idea.  Being able to add in -Wall would be best of 
>>     all.
>
>Yes, that's the ultimate goal.. :-) Actually, -Wall and then some,
>if possible. Personally speaking, I can't live without -Wall in
>my own code; the compiler's a lot better than me at finding certain
>kinds of simple bugs (eg, printf() with missing arguments, etc).

-Wall is feeble compared with the warnings already enabled for the
kernel.  E.g., it doesn't cover printf() with missing args -- -Wformat
covers that.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812140635.RAA03001>