Module Name: src
Committed By: lukem
Date: Thu Apr 23 05:25:07 UTC 2009
Modified Files:
src/usr.sbin/pf: Makefile.inc
Log Message:
WARNS=1 for pf
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/pf/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/pf/Makefile.inc
diff -u src/usr.sbin/pf/Makefile.inc:1.6 src/usr.sbin/pf/Makefile.inc:1.7
--- src/usr.sbin/pf/Makefile.inc:1.6 Wed Apr 22 15:23:06 2009
+++ src/usr.sbin/pf/Makefile.inc Thu Apr 23 05:25:06 2009
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.6 2009/04/22 15:23:06 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.7 2009/04/23 05:25:06 lukem Exp $
+
+WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
CPPFLAGS+= -include ${.CURDIR}/../compat_openbsd.h