]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Turn off errors for -Wmaybe-uninitialized in GCC 6+.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 4 Aug 2020 18:19:29 +0000 (18:19 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 4 Aug 2020 18:19:29 +0000 (18:19 +0000)
commita02fb76280fd663aa46843423002d605a7bd0796
tree345d2aba7dbe6a931757bd6328bd2ebbd5ce6af1
parentdfb4ecb38b8d9e24667f3c0c7fbb8e5b97186613
Turn off errors for -Wmaybe-uninitialized in GCC 6+.

Recent changes to <sys/tree.h> trigger this warning and seem like a
false positive.

Differential Revision: https://reviews.freebsd.org/D25726
share/mk/bsd.sys.mk