diff options
author | markm <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
commit | ae2558974f63663ca102c7a2807d83ad115d1fde (patch) | |
tree | aa16787e0c6c78a7e6e414ce1af3f40bac42f8e5 /usr.bin/colldef/Makefile | |
parent | efab01cf5e9eec33bc864711de89c8fe643e633e (diff) | |
download | FreeBSD-src-ae2558974f63663ca102c7a2807d83ad115d1fde.zip FreeBSD-src-ae2558974f63663ca102c7a2807d83ad115d1fde.tar.gz |
Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
Diffstat (limited to 'usr.bin/colldef/Makefile')
-rw-r--r-- | usr.bin/colldef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index d200567..5f9b2d3 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -2,7 +2,6 @@ PROG= colldef SRCS= parse.y scan.l y.tab.h -WARNS?= 2 NO_WERROR=yes LFLAGS= -8 -i CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale |