Module Name:    src
Committed By:   christos
Date:           Wed Oct 29 19:10:49 UTC 2014

Modified Files:
        src/usr.bin/config: Makefile

Log Message:
put back scanner warnings now that flex produces clean code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/config/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/config/Makefile
diff -u src/usr.bin/config/Makefile:1.9 src/usr.bin/config/Makefile:1.10
--- src/usr.bin/config/Makefile:1.9	Wed Oct 29 13:14:50 2014
+++ src/usr.bin/config/Makefile	Wed Oct 29 15:10:49 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2014/10/29 17:14:50 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2014/10/29 19:10:49 christos Exp $
 #	from: @(#)Makefile	8.2 (Berkeley) 4/19/94
 
 .include <bsd.own.mk>
@@ -22,8 +22,6 @@ LDADD+=-lutil
 DPADD+=${LIBUTIL}
 .endif
 
-COPTS.scan.c+=-Wno-conversion
-
 CWARNFLAGS+=-Wno-format-y2k
 
 .include <bsd.prog.mk>

Reply via email to