Author: kevans
Date: Sat Feb  3 01:20:01 2018
New Revision: 328825
URL: https://svnweb.freebsd.org/changeset/base/328825

Log:
  MFC r328641: dtc(1): Revert WARNS change from r328173
  
  WARNS > 3 breaks xtoolchain builds to varying degrees. Revert it.

Modified:
  stable/11/usr.bin/dtc/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/dtc/Makefile
==============================================================================
--- stable/11/usr.bin/dtc/Makefile      Sat Feb  3 01:18:19 2018        
(r328824)
+++ stable/11/usr.bin/dtc/Makefile      Sat Feb  3 01:20:01 2018        
(r328825)
@@ -4,6 +4,8 @@ PROG_CXX=dtc
 SRCS=  dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
 MAN=   dtc.1
 
+WARNS?=        3
+
 CXXFLAGS+=     -std=c++11 -fno-rtti -fno-exceptions
 
 NO_SHARED?=NO
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to