From a34edbd8e84897f13821418962e623ae736229e6 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 15 Mar 2025 20:01:47 +0300 Subject: [PATCH] wscript: ok, let's disable format-nonliteral for now --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 051a698f..4d74827d 100644 --- a/wscript +++ b/wscript @@ -360,6 +360,7 @@ def configure(conf): '-Wmismatched-dealloc', '-Wstringop-overflow', '-Wunintialized', + '-Wno-error=format-nonliteral', # disabled, flood # '-Wdouble-promotion', @@ -372,7 +373,6 @@ def configure(conf): if conf.env.COMPILER_CC == 'clang': opt_flags += [ '-Werror=unsequenced', # clang's version of -Werror=sequence-point - '-Wno-error=format-nonliteral', # clang is kinda stupid about it ] opt_cflags = [