diff options
author | des <des@FreeBSD.org> | 2011-05-12 21:30:46 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2011-05-12 21:30:46 +0000 |
commit | 18a608d91f94fc62f0f22660db70f386a0a88deb (patch) | |
tree | 4fc2ea634707c9749b2a0aeb4fb79942d746d58d /lib/libfetch | |
parent | 9740a3f77de90aba35be0ae26247c6c2e74a6258 (diff) | |
download | FreeBSD-src-18a608d91f94fc62f0f22660db70f386a0a88deb.zip FreeBSD-src-18a608d91f94fc62f0f22660db70f386a0a88deb.tar.gz |
Builds cleanly at the default WARNS level (WARNS=6).
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 12495b2..7b29aa2 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -26,7 +26,6 @@ LDADD= -lmd CFLAGS+= -DFTP_COMBINE_CWDS CSTD?= c99 -WARNS?= 4 SHLIB_MAJOR= 6 |