mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Temporarily disable WARNS while addressing a non-issue with the upstream code
This commit is contained in:
parent
9af71ab3bc
commit
ccbcdcd550
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
|
|||
CFLAGS+= -DNETINET6
|
||||
.endif
|
||||
|
||||
WARNS?= 1
|
||||
WARNS?= 0
|
||||
|
||||
LIBADD= util wrap sm smutil
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue