diff options
author | John Baldwin <jhb@FreeBSD.org> | 2020-08-31 21:57:01 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2020-08-31 21:57:01 +0000 |
commit | 73fd212c813d74ad593c93904c5d8edf763e6c54 (patch) | |
tree | 802a045ee88a58da3ab9cfa9e5f736d78e725ed3 | |
parent | d10af81d2defe43db0db0a7dca3eefb047bd8ddc (diff) | |
download | src-test2-73fd212c813d74ad593c93904c5d8edf763e6c54.tar.gz src-test2-73fd212c813d74ad593c93904c5d8edf763e6c54.zip |
Notes
-rw-r--r-- | share/mk/bsd.sys.mk | 3 |
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 \ |