mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix build with GCC 8.1.
GCC 8.1 failed to build LLVM's libc++ when -Wshadow is set, so lower down WARNS flag to 3. This is similar to dtc(1) which uses libc++ and sets WARNS to 3. Approved by: re (gjb) Sponsored by: DARPA, AFRL
This commit is contained in:
parent
0cadc427fd
commit
e8e87febec
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
.include <src.opts.mk>
|
||||
PROG_CXX= pmc
|
||||
MAN=
|
||||
WARNS?= 3
|
||||
CXXFLAGS+= -O0 -std=c++14
|
||||
CWARNFLAGS.gcc+= -Wno-redundant-decls
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue