-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:
parent
cab57a6569
commit
cc1c47eefd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user