Add appropriate defines to use snprintf/vsnprintf instead of
sprintf/vsprintf. Approved by: peter
This commit is contained in:
parent
f3a16450d0
commit
f3b0f821b0
@ -12,6 +12,8 @@ MAN3= zlib.3
|
||||
#CFLAGS+= -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||
# -Wstrict-prototypes -Wmissing-prototypes
|
||||
|
||||
CFLAGS+= -DHAS_snprintf -DHAS_vsnprintf
|
||||
|
||||
CLEANFILES+= example.o example foo.gz minigzip.o minigzip
|
||||
|
||||
SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user