Weed out a warning argument that isn't applicable to C++ code.

This commit is contained in:
John Birrell 2007-11-19 09:01:58 +00:00
parent 18b0b6d137
commit c117aee58e

View file

@ -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