diff options
author | des <des@FreeBSD.org> | 2011-05-12 21:26:42 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2011-05-12 21:26:42 +0000 |
commit | 9740a3f77de90aba35be0ae26247c6c2e74a6258 (patch) | |
tree | 301846b6c31e930c5ea238dac1576fb85693a1d1 /lib/libfetch/Makefile | |
parent | fb4144ec689b0c1b64ae24752eee6cffccdde5f1 (diff) | |
download | FreeBSD-src-9740a3f77de90aba35be0ae26247c6c2e74a6258.zip FreeBSD-src-9740a3f77de90aba35be0ae26247c6c2e74a6258.tar.gz |
Increase WARNS to 4.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 3794f2f..12495b2 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -26,7 +26,7 @@ LDADD= -lmd CFLAGS+= -DFTP_COMBINE_CWDS CSTD?= c99 -WARNS?= 3 +WARNS?= 4 SHLIB_MAJOR= 6 |