mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Weed out a warning argument that isn't applicable to C++ code.
This commit is contained in:
parent
18b0b6d137
commit
c117aee58e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ CFLAGS ?= -O2 -fno-strict-aliasing -pipe
|
|||
.endif
|
||||
|
||||
CXX ?= c++
|
||||
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}
|
||||
CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
|
||||
|
||||
CPP ?= cpp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue