Add a GCC 8.1 warning flag.
This is required to build ATF. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
19d66463c0
commit
45f5853f03
@ -158,6 +158,7 @@ CWARNFLAGS+= -Wno-error=bool-operation \
|
||||
.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 80100
|
||||
CWARNFLAGS+= -Wno-error=aggressive-loop-optimizations \
|
||||
-Wno-error=cast-function-type \
|
||||
-Wno-error=catch-value \
|
||||
-Wno-error=multistatement-macros \
|
||||
-Wno-error=restrict \
|
||||
-Wno-error=sizeof-pointer-memaccess \
|
||||
|
Loading…
Reference in New Issue
Block a user