mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Downgrage WARNS level for GCC 3.4.x.
This commit is contained in:
parent
e1f91dbd18
commit
c2cc554bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ MAN= libmp.3
|
|||
INCS= mp.h
|
||||
SRCS= mpasbn.c
|
||||
|
||||
WARNS?= 2
|
||||
WARNS?= 0
|
||||
CFLAGS+= -I${.CURDIR}/../../crypto
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue