Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vi/build enable most warnings (but -Wparentheses)



details:   https://anonhg.NetBSD.org/src/rev/a1c307c89596
branches:  trunk
changeset: 509330:a1c307c89596
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Tue May 01 16:48:43 2001 +0000

description:
enable most warnings (but -Wparentheses)

diffstat:

 usr.bin/vi/build/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5dafd6230108 -r a1c307c89596 usr.bin/vi/build/Makefile
--- a/usr.bin/vi/build/Makefile Tue May 01 16:46:11 2001 +0000
+++ b/usr.bin/vi/build/Makefile Tue May 01 16:48:43 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.18 2001/03/31 13:48:31 itojun Exp $
+#      $NetBSD: Makefile,v 1.19 2001/05/01 16:48:43 aymeric Exp $
 #
 #      @(#)Makefile.in 8.75 (Berkeley) 10/23/96
 
 .include <bsd.own.mk>
 
-WARNS= 0
 CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../include -DGTAGS
+CWARNFLAGS+=-Wno-parentheses
 
 LDADD+=        -lcurses
 DPADD+=        ${LIBCURSES}



Home | Main Index | Thread Index | Old Index