mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
g++(1) is unhappy with -Wnested-externs.
Prodded by: des
This commit is contained in:
parent
43cbe2e9d6
commit
d9d11bfd48
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128480
@ -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