g++(1) is unhappy with -Wnested-externs.
Prodded by: des
This commit is contained in:
parent
8c45c02836
commit
fe2618b3ad
@ -41,7 +41,7 @@ CFLAGS ?= -O -pipe
|
||||
.endif
|
||||
|
||||
CXX ?= c++
|
||||
CXXFLAGS ?= ${CFLAGS:N-std=*}
|
||||
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs}
|
||||
|
||||
CPP ?= cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user