1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

dtc(1): Revert WARNS change from r328173

WARNS > 3 breaks xtoolchain builds to varying degrees. Revert it.

Reported by:	lwhsu, jhb
MFC after:	3 days
This commit is contained in:
Kyle Evans 2018-01-31 22:20:33 +00:00
parent f20ad0fa5b
commit 839bbb1c21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328641

View File

@ -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