1
0
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:
Dag-Erling Smørgrav 2004-05-10 12:14:18 +00:00
parent c5c09c282b
commit 611b4102ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129086

View File

@ -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