svn commit: r354797 - head/sys/powerpc/conf/dpaa

Justin Hibbits jhibbits at FreeBSD.org
Sun Nov 17 20:49:25 UTC 2019


Author: jhibbits
Date: Sun Nov 17 20:49:24 2019
New Revision: 354797
URL: https://svnweb.freebsd.org/changeset/base/354797

Log:
  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.

Modified:
  head/sys/powerpc/conf/dpaa/config.dpaa

Modified: head/sys/powerpc/conf/dpaa/config.dpaa
==============================================================================
--- head/sys/powerpc/conf/dpaa/config.dpaa	Sun Nov 17 19:04:02 2019	(r354796)
+++ head/sys/powerpc/conf/dpaa/config.dpaa	Sun Nov 17 20:49:24 2019	(r354797)
@@ -6,6 +6,7 @@ makeoptions DPAA_COMPILE_CMD="${LINUXKPI_C} ${DPAAWARN
 	-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 \


More information about the svn-src-all mailing list