aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/hyperv
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-21 14:15:54 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-21 14:15:54 +0000
commitf1868b430993bce309ba068f323c61e32006f7ea (patch)
treeca899698efc2e813399694203b80b04ddf8267c4 /usr.sbin/hyperv
parent80b3ba7a8d92a934848b31557d6b50111f8063da (diff)
downloadsrc-f1868b430993bce309ba068f323c61e32006f7ea.tar.gz
src-f1868b430993bce309ba068f323c61e32006f7ea.zip
Turn off gcc's uninitialized warnings for this code. They
can be fixed, but really do appear to be false alarms.
Notes
Notes: svn path=/head/; revision=286992
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 265f86d1ed55..edb012926dd1 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"