From 5e33dfe59dac4fcf33c8b3bd2ba5d46245bc3771 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 5 Sep 2020 17:59:56 +0200 Subject: [PATCH] build: disable syntax-check warning error_message_uppercase etc/bench.pl.in-419-static int yylex (@{[is_pure (@directive) ? "YYSTYPE *yylvalp" : "void"]}); * cfg.mk: here. --- cfg.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.mk b/cfg.mk index 2a1b0831..114aa814 100644 --- a/cfg.mk +++ b/cfg.mk @@ -156,6 +156,7 @@ exclude = \ $(call exclude, \ bindtextdomain=^lib/main.c$$ \ cast_of_argument_to_free=^src/muscle-tab.c$$ \ + error_message_uppercase=etc/bench.pl.in$$ \ po_check=^tests|(^po/POTFILES.in|.md)$$ \ preprocessor_indentation=^data/|^lib/|^src/parse-gram.[ch]$$ \ program_name=^lib/main.c$$ \