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:
Giorgos Keramidas 2005-05-18 12:19:50 +00:00
parent f3aad9a6bb
commit 8d44de8fdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146341

View File

@ -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>