mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
-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
c5c09c282b
commit
611b4102ed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129086
@ -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