Remove -Wformat* warnings from makefiles

commit 5a1a3622 effectively enabled these warnings, but they need
to be fixed before being enabled in the general build scripts.
This commit is contained in:
Wladimir J. van der Laan
2012-09-27 04:10:21 +02:00
parent 5a1a362215
commit 14ac0adcc7
5 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ CFLAGS = -g
endif
# ppc doesn't work because we don't support big-endian
CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
CFLAGS += -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter \
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
OBJS= \