Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk remove duplicated -Wpointer-arith when WARNS=2
details: https://anonhg.NetBSD.org/src/rev/a26c050b52d4
branches: trunk
changeset: 532042:a26c050b52d4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu May 30 21:44:07 2002 +0000
description:
remove duplicated -Wpointer-arith when WARNS=2
diffstat:
share/mk/bsd.sys.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r aa61a49c74a0 -r a26c050b52d4 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Thu May 30 21:40:47 2002 +0000
+++ b/share/mk/bsd.sys.mk Thu May 30 21:44:07 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.78 2002/05/28 21:56:06 bjh21 Exp $
+# $NetBSD: bsd.sys.mk,v 1.79 2002/05/30 21:44:07 msaitoh Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -14,7 +14,7 @@
CFLAGS+= -Wno-uninitialized
.endif
.if ${WARNS} > 1
-CFLAGS+= -Wreturn-type -Wpointer-arith -Wswitch -Wshadow
+CFLAGS+= -Wreturn-type -Wswitch -Wshadow
.endif
.if ${WARNS} > 2
CFLAGS+= -Wcast-qual -Wwrite-strings
Home |
Main Index |
Thread Index |
Old Index