summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hyperv
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-21 14:15:54 +0000
committerimp <imp@FreeBSD.org>2015-08-21 14:15:54 +0000
commitb4161cb4156cc6edf94f67c41a1e429f442ee811 (patch)
treeca899698efc2e813399694203b80b04ddf8267c4 /usr.sbin/hyperv
parente991a153bda9312f0714f61239d2229f2895fd98 (diff)
downloadFreeBSD-src-b4161cb4156cc6edf94f67c41a1e429f442ee811.zip
FreeBSD-src-b4161cb4156cc6edf94f67c41a1e429f442ee811.tar.gz
Turn off gcc's uninitialized warnings for this code. They
can be fixed, but really do appear to be false alarms.
Diffstat (limited to 'usr.sbin/hyperv')
-rw-r--r--usr.sbin/hyperv/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/hyperv/Makefile.inc b/usr.sbin/hyperv/Makefile.inc
index 265f86d..edb0129 100644
--- a/usr.sbin/hyperv/Makefile.inc
+++ b/usr.sbin/hyperv/Makefile.inc
@@ -1,3 +1,4 @@
# $FreeBSD$
+CFLAGS.gcc+= -Wno-uninitialized
.include "../Makefile.inc"
OpenPOWER on IntegriCloud