aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf/QORIQ64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-02-07 20:47:51 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-02-07 20:47:51 +0000
commitc227269e2f9dc2695d00be9e5a72b5fdeec5712a (patch)
tree0bfa3ca0d562f1461372194dc40a4a67656ef59b /sys/powerpc/conf/QORIQ64
parent4e46c6fb35b3d5803f10c5edb5dabaf3cc308517 (diff)
downloadsrc-c227269e2f9dc2695d00be9e5a72b5fdeec5712a.tar.gz
src-c227269e2f9dc2695d00be9e5a72b5fdeec5712a.zip
Stop adding -Wredundant-decls to CWARNFLAGS.
clang doesn't implement it, and Linux doesn't enforce it. As a result, new instances keep cropping up both in FreeBSD's code and in upstream sources from vendors. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D34144
Diffstat (limited to 'sys/powerpc/conf/QORIQ64')
-rw-r--r--sys/powerpc/conf/QORIQ642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/QORIQ64 b/sys/powerpc/conf/QORIQ64
index 4131ed5935b5..5db473c5393b 100644
--- a/sys/powerpc/conf/QORIQ64
+++ b/sys/powerpc/conf/QORIQ64
@@ -14,7 +14,7 @@ machine powerpc powerpc64
include "dpaa/config.dpaa"
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1
-#makeoptions WERROR="-Werror -Wno-format -Wno-redundant-decls"
+#makeoptions WERROR="-Werror -Wno-format"
options FPU_EMU