mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fmt.c has a comparison between signed and unsigned that is unclear how
to properly fix.
This commit is contained in:
parent
13652e9578
commit
3e7045591d
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
|
|||
# keep ps from being an unnecessary load
|
||||
# on large systems.
|
||||
#
|
||||
WARNS= 1
|
||||
WFORMAT=0
|
||||
CFLAGS+=-DLAZY_PS
|
||||
DPADD= ${LIBM} ${LIBKVM}
|
||||
|
|
|
|||
Loading…
Reference in a new issue