Turn off gcc's uninitialized warnings for this code. They

can be fixed, but really do appear to be false alarms.
This commit is contained in:
Warner Losh 2015-08-21 14:15:54 +00:00
parent 80b3ba7a8d
commit f1868b4309
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286992

View File

@ -1,3 +1,4 @@
# $FreeBSD$
CFLAGS.gcc+= -Wno-uninitialized
.include "../Makefile.inc"