Increase WARNS to 3.

This commit is contained in:
Dag-Erling Smørgrav 2011-05-12 21:12:24 +00:00
parent 8d917b4b49
commit a42eecded0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221820
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ LDADD= -lmd
CFLAGS+= -DFTP_COMBINE_CWDS
CSTD?= c99
WARNS?= 2
WARNS?= 3
SHLIB_MAJOR= 6

View file

@ -508,7 +508,7 @@ http_conn_trimright(conn_t *conn)
static hdr_t
http_next_header(conn_t *conn, http_headerbuf_t *hbuf, const char **p)
{
int i, len;
unsigned int i, len;
/*
* Have to do the stripping here because of the first line. So