summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-02-18 15:12:48 +0000
committerimp <imp@FreeBSD.org>2010-02-18 15:12:48 +0000
commitf2ff87aff3d1eb5cdc4350c4730a8ca5cf8eef97 (patch)
treeb1d92c08fe6b3ea570c77ab75afcc06d6d08c333 /share/mk/sys.mk
parent0c502b0e9e6d493a6e20da8631bbf1941836247c (diff)
parentffb08c6fd3e283de1c77c3ac7c8834a367b7f6c7 (diff)
downloadFreeBSD-src-f2ff87aff3d1eb5cdc4350c4730a8ca5cf8eef97.zip
FreeBSD-src-f2ff87aff3d1eb5cdc4350c4730a8ca5cf8eef97.tar.gz
Merge from head.
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 042c7b9..3d517a3 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -78,7 +78,7 @@ CFLAGS += -g
.endif
CXX ?= c++
-CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
+CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign:N-Wold-style-definition}
PO_CXXFLAGS ?= ${CXXFLAGS}
CPP ?= cpp
OpenPOWER on IntegriCloud