g++(1) is unhappy with -Wnested-externs.

Prodded by:	des
This commit is contained in:
Ruslan Ermilov 2004-04-20 15:16:07 +00:00
parent 43cbe2e9d6
commit d9d11bfd48

View File

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