mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Reduce the WARNS level across the board due to a warning that occurs
on at least arm and sparc64. i386/pc98, ia64 and amd64 are all OK.
This commit is contained in:
parent
f378c687da
commit
9538bab38b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173739
@ -3,7 +3,9 @@
|
||||
PROG_CXX=devd
|
||||
SRCS= devd.cc token.l parse.y y.tab.h
|
||||
MAN= devd.8 devd.conf.5
|
||||
WARNS?= 4
|
||||
|
||||
WARNS= 0
|
||||
#WARNS?= 4
|
||||
|
||||
NO_SHARED?=YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user