Author: rlibby
Date: Thu Sep 14 03:42:41 2017
New Revision: 323574
URL: https://svnweb.freebsd.org/changeset/base/323574

Log:
  gcc builds: reenable -Wstrict-overflow for kern.mk
  
  Reviewed by:  emaste
  Sponsored by: Dell EMC Isilon
  Differential Revision:        https://reviews.freebsd.org/D12284

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk       Thu Sep 14 03:41:49 2017        (r323573)
+++ head/sys/conf/kern.mk       Thu Sep 14 03:42:41 2017        (r323574)
@@ -58,7 +58,6 @@ CWARNEXTRA?=  -Wno-error=address                              
\
                -Wno-error=maybe-uninitialized                  \
                -Wno-error=overflow                             \
                -Wno-error=sequence-point                       \
-               -Wno-error=strict-overflow                      \
                -Wno-error=unused-but-set-variable
 .if ${COMPILER_VERSION} >= 60100
 CWARNEXTRA+=   -Wno-error=misleading-indentation               \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to