Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config put back scanner warnings now that flex produ...



details:   https://anonhg.NetBSD.org/src/rev/1a92d8e7293f
branches:  trunk
changeset: 803482:1a92d8e7293f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 29 19:10:49 2014 +0000

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

diffstat:

 usr.bin/config/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ba9ef32c7318 -r 1a92d8e7293f usr.bin/config/Makefile
--- a/usr.bin/config/Makefile   Wed Oct 29 19:10:18 2014 +0000
+++ b/usr.bin/config/Makefile   Wed Oct 29 19:10:49 2014 +0000
@@ -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 @@
 DPADD+=${LIBUTIL}
 .endif
 
-COPTS.scan.c+=-Wno-conversion
-
 CWARNFLAGS+=-Wno-format-y2k
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index