mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ignore more warnings with external gcc
This commit is contained in:
parent
ed7959517b
commit
575bd6d8aa
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
|
|||
CWARNEXTRA?= -Wno-error=inline -Wno-error=enum-compare -Wno-error=unused-but-set-variable \
|
||||
-Wno-error=aggressive-loop-optimizations -Wno-error=maybe-uninitialized \
|
||||
-Wno-error=array-bounds -Wno-error=address \
|
||||
-Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes
|
||||
-Wno-error=cast-qual -Wno-error=sequence-point -Wno-error=attributes \
|
||||
-Wno-error=strict-overflow -Wno-error=overflow
|
||||
.endif
|
||||
|
||||
# External compilers may not support our format extensions. Allow them
|
||||
|
|
|
|||
Loading…
Reference in a new issue