From 076396fdd359c9f3f68f7ebb1eba0b29b35585b7 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Mon, 6 Apr 2015 19:57:53 +0200 Subject: [PATCH] Makefile: disable format warnings --- sam3s_example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam3s_example/Makefile b/sam3s_example/Makefile index 46f5e53f..b702c336 100644 --- a/sam3s_example/Makefile +++ b/sam3s_example/Makefile @@ -98,7 +98,7 @@ CFLAGS += -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs #-Wunused CFLAGS += -Wuninitialized -Wunknown-pragmas -Wfloat-equal -Wundef CFLAGS += -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings CFLAGS += -Wsign-compare -Waggregate-return -CFLAGS += -Wformat +CFLAGS += -Wformat=0 CFLAGS += -Wmissing-format-attribute -Wno-deprecated-declarations CFLAGS += #-Wpacked CFLAGS += -Wredundant-decls -Wnested-externs -Winline #-Wlong-long