mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Setting warnings without make universe considered harmful. Revert to WARNS=0
until such time that the warnings at =2 are fixed for all platforms.
This commit is contained in:
parent
8a71031712
commit
d996b98bea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223156
@ -15,7 +15,7 @@ NO_PIC=
|
||||
INCS= stand.h
|
||||
MAN= libstand.3
|
||||
|
||||
WARNS?= 2
|
||||
WARNS?= 0
|
||||
|
||||
CFLAGS+= -ffreestanding -Wformat
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user