powerpc: Re-add -Wno-redundant-decls to DPAA build flags
Since the DPAA code is from a third party, with minimal edits, there is no intent to fix these specific warnings at this time. Hide these warnings to prevent the noise from hiding real warnings.
This commit is contained in:
parent
17cfba578b
commit
fe76c95349
@ -6,6 +6,7 @@ makeoptions DPAA_COMPILE_CMD="${LINUXKPI_C} ${DPAAWARNFLAGS} \
|
||||
-Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \
|
||||
-include $S/contrib/ncsw/build/dflags.h \
|
||||
-Wno-error=missing-prototypes \
|
||||
-Wno-redundant-decls \
|
||||
-I$S/contrib/ncsw/build/ \
|
||||
-I$S/contrib/ncsw/inc \
|
||||
-I$S/contrib/ncsw/inc/cores \
|
||||
|
Loading…
Reference in New Issue
Block a user