mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.
This commit is contained in:
parent
bf2783a016
commit
8e7d2436a1
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ SRCS+= modeedit.c
|
|||
.else
|
||||
CFLAGS+= -DMINIMALISTIC
|
||||
.endif
|
||||
WARNS= 1
|
||||
DPADD= ${LIBCAM} ${LIBSBUF}
|
||||
LDADD= -lcam -lsbuf
|
||||
MAN= camcontrol.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue