Date: Sun, 17 Nov 2019 20:49:24 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354797 - head/sys/powerpc/conf/dpaa Message-ID: <201911172049.xAHKnOdQ072638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911172049.xAHKnOdQ072638>