summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-08-31 21:57:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-08-31 21:57:01 +0000
commit73fd212c813d74ad593c93904c5d8edf763e6c54 (patch)
tree802a045ee88a58da3ab9cfa9e5f736d78e725ed3 /share/mk
parentd10af81d2defe43db0db0a7dca3eefb047bd8ddc (diff)
downloadsrc-test2-73fd212c813d74ad593c93904c5d8edf763e6c54.tar.gz
src-test2-73fd212c813d74ad593c93904c5d8edf763e6c54.zip
Notes
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.sys.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index fd2525e56799..ee685f6e99d8 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -150,7 +150,8 @@ CWARNFLAGS+= -Wno-error=address \
# GCC 6.1.0
.if ${COMPILER_VERSION} >= 60100
-CWARNFLAGS+= -Wno-error=maybe-uninitialized \
+CWARNFLAGS+= -Wno-error=empty-body \
+ -Wno-error=maybe-uninitialized \
-Wno-error=nonnull-compare \
-Wno-error=redundant-decls \
-Wno-error=shift-negative-value \