Revert "Remove -Wformat* warnings from makefiles"
This reverts commit 14ac0adcc7.
This commit is contained in:
@@ -66,7 +66,7 @@ CFLAGS = -g
|
||||
endif
|
||||
|
||||
# ppc doesn't work because we don't support big-endian
|
||||
CFLAGS += -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter \
|
||||
CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
|
||||
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
|
||||
|
||||
OBJS= \
|
||||
|
||||
Reference in New Issue
Block a user