]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r219368:
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Mar 2011 17:59:30 +0000 (17:59 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Mar 2011 17:59:30 +0000 (17:59 +0000)
commitc8683cded2c9770def3022d6b2ccf047f3962a4c
tree4badb64176cce925d192144c2082a892742bf5f4
parent27019dce66558fb963836153b9b1d9c75796fa54
MFC r219368:

r219368 (pjd):

To be able to use printf extensions we need to turn off gcc format checking.
Following the convention of NO_WERROR and NO_WCAST_ALIGN add NO_WFORMAT,
which, when defined in Makefile, turns off compile-time format checking
(by adding -Wno-format), but still allows to use high WARNS level.

Approved by: kib (co-mentor), pjd (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@220141 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.sys.mk