mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
With r208341 in place WARNS can be increased.
This commit is contained in:
parent
ae4ecfff1e
commit
9433144d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ MAGICPATH?= /usr/share/misc
|
|||
CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H
|
||||
CFLAGS+= -I${.CURDIR} -I${CONTRDIR}
|
||||
|
||||
WARNS?= 1
|
||||
WARNS?= 3
|
||||
|
||||
CLEANFILES+= magic magic.mgc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue