mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue