-W{missing,strict}-prototypes do not make sense for C++, and gcc34 will

complain about them, so remove them from CXXFLAGS.
This commit is contained in:
des 2004-05-10 12:14:18 +00:00
parent cab57a6569
commit cc1c47eefd

View File

@ -41,7 +41,7 @@ CFLAGS ?= -O -pipe
.endif
CXX ?= c++
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs}
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}
CPP ?= cpp