From 3d0533ad844b60fce0404f88560aad30a30f5387 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 2 Oct 2025 17:55:00 +0500 Subject: [PATCH] wscript: fix a typo in -Wuninitialized (thanks @lewa_j) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 610ac20b..92aa744c 100644 --- a/wscript +++ b/wscript @@ -352,7 +352,7 @@ def configure(conf): '-Wmisleading-indentation', '-Wmismatched-dealloc', '-Wstringop-overflow', - '-Wunintialized', + '-Wuninitialized', '-Wno-error=format-nonliteral', # disabled, flood