diff --git a/Makefile b/Makefile index 3cd8d6de..cddff9a8 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ DEBUGFLAGS+=-Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow \ -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \ -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \ - -Wredundant-decls -Wstrict-overflow=5 + -Wredundant-decls -Wstrict-overflow=2 CFLAGS += $(DEBUGFLAGS) FLAGS = $(CFLAGS) $(CPPFLAGS) $(MOREFLAGS) XXHSUM_VERSION = $(LIBVER)