[Midnightbsd-cvs] src [6825] trunk/sys/conf/kern.mk: add sometimes uninitialized flag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 3 07:50:27 EDT 2014


Revision: 6825
          http://svnweb.midnightbsd.org/src/?rev=6825
Author:   laffer1
Date:     2014-10-03 07:50:26 -0400 (Fri, 03 Oct 2014)
Log Message:
-----------
add sometimes uninitialized flag

Modified Paths:
--------------
    trunk/sys/conf/kern.mk

Property Changed:
----------------
    trunk/sys/conf/kern.mk

Modified: trunk/sys/conf/kern.mk
===================================================================
--- trunk/sys/conf/kern.mk	2014-10-03 04:12:00 UTC (rev 6824)
+++ trunk/sys/conf/kern.mk	2014-10-03 11:50:26 UTC (rev 6825)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/sys/conf/kern.mk,v 1.5 2011/10/23 16:17:29 laffer1 Exp $
+# $MidnightBSD$
 # $FreeBSD: src/sys/conf/kern.mk,v 1.52 2007/05/24 21:53:42 obrien Exp $
 
 #
@@ -25,6 +25,7 @@
 NO_WSELF_ASSIGN=		-Wno-self-assign
 NO_WFORMAT_SECURITY=		-Wno-format-security
 NO_WUNNEEDED_INTERNAL_DECL=	-Wno-unneeded-internal-declaration
+NO_WSOMETIMES_UNINITIALIZED=	-Wno-error-sometimes-uninitialized
 # Several other warnings which might be useful in some cases, but not severe
 # enough to error out the whole kernel build.  Display them anyway, so there is
 # some incentive to fix them eventually.


Property changes on: trunk/sys/conf/kern.mk
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list