mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 was
picked because higher warn levels are broken for ftp-proxy at the moment). Approved by: mlaier
This commit is contained in:
parent
f3aad9a6bb
commit
8d44de8fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ MAN= ftp-proxy.8
|
|||
|
||||
SRCS= ftp-proxy.c getline.c util.c
|
||||
|
||||
CFLAGS+= -Wall -Werror
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue