fixed clang warnings in zlibWrapper

This commit is contained in:
Przemyslaw Skibinski
2016-11-04 11:20:58 +01:00
parent 38b590ad69
commit d007eb5f9f
3 changed files with 10 additions and 9 deletions
+1
View File
@@ -19,6 +19,7 @@ CC ?= gcc
CFLAGS ?= -O3
CFLAGS += $(LOC) -I$(PROGRAMS_PATH) -I$(ZSTDLIBDIR) -I$(ZSTDLIBDIR)/common -I$(ZLIBWRAPPER_PATH) -std=gnu99
CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef
CFLAGS += $(MOREFLAGS)
LDFLAGS = $(LOC)
RM = rm -f