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:
Justin Hibbits 2019-11-17 20:49:24 +00:00
parent 21697a7a3a
commit 0700132b16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354797

View File

@ -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 \