]> 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)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 2 Sep 2021 23:30:14 +0000 (01:30 +0200)
commit8fce2bfdfc6f2d4f105e5e603369bf03b49670e7
tree3d19bc705b57ec44765d4dc9f0c6eaf8660a64b9
parent2ebf10e7a1ced5d3dc4059d0595743277464d915
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

(cherry picked from commit a02fb76280fd663aa46843423002d605a7bd0796)
share/mk/bsd.sys.mk