From d196c8a3e0cf7154c41dde83a62b855d6fdc6f54 Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Fri, 11 Mar 2016 08:11:05 +0100 Subject: [PATCH 1/1] Aggressive test driver gave multiple format warnings. Disabled. --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 47f1ef8..5e73935 100644 --- a/Jamrules +++ b/Jamrules @@ -35,7 +35,7 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { -Wall -Wextra -pedantic -Wno-unused-parameter -Wshadow -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wno-long-long -Wuninitialized -Wno-deprecated-declarations -Wredundant-decls -Winline - -Wcast-align + -Wcast-align -Wno-format ; PDCLIB_CCWARNINGS ?= -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes ; -- 2.40.0