diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
| commit | daaf5759104f210a9315f49f80f1e0f01a8b3bff (patch) | |
| tree | 040818bcab6b7921d3cb5cb2ff04c4d488e8d3ea /lib/libz/Makefile | |
| parent | 1100c0013116f4af50d7a5b8bf23db2a13892714 (diff) | |
Notes
Diffstat (limited to 'lib/libz/Makefile')
| -rw-r--r-- | lib/libz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 63383b4d97b6..595b4f3d5460 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -13,6 +13,8 @@ MAN= zlib.3 CFLAGS+= -DHAS_snprintf -DHAS_vsnprintf +WARNS?= 3 + CLEANFILES+= example.o example foo.gz minigzip.o minigzip SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ |
