summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-19 09:01:58 +0000
committerjb <jb@FreeBSD.org>2007-11-19 09:01:58 +0000
commit624e0ee864ba51a8d6e839e955c20acced1ad98a (patch)
tree93ca9849bf60c535a1fb32aa8c485d2c07785a98 /share/mk
parent1785efbd759b3fd462c1d32f18f268e8c9d5e9fa (diff)
downloadFreeBSD-src-624e0ee864ba51a8d6e839e955c20acced1ad98a.zip
FreeBSD-src-624e0ee864ba51a8d6e839e955c20acced1ad98a.tar.gz
Weed out a warning argument that isn't applicable to C++ code.
Diffstat (limited to 'share/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 1bb9da6..b4dd8ed 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -43,7 +43,7 @@ CFLAGS ?= -O2 -fno-strict-aliasing -pipe
.endif
CXX ?= c++
-CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}
+CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
CPP ?= cpp
OpenPOWER on IntegriCloud