mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Still too early to bump WARNS - there are still warnings on 64bit
architectures.
This commit is contained in:
parent
2c050ec33f
commit
fda7e43bda
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
|
|||
lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
|
||||
|
||||
NO_WERROR=
|
||||
WARNS?= 4
|
||||
WARNS?= 3
|
||||
NO_SHARED?= YES
|
||||
|
||||
CFLAGS+=-DMAKE_VERSION=\"5200408120\"
|
||||
|
|
|
|||
Loading…
Reference in a new issue