From c117aee58eb01eba3f40ef49ae13339ee5aff3f3 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 19 Nov 2007 09:01:58 +0000 Subject: [PATCH] Weed out a warning argument that isn't applicable to C++ code. --- share/mk/sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 1bb9da6beee..b4dd8eda653 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