From 76ba6d619f8855cd423dc85a90f2c9a376846823 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 23 Aug 2024 01:53:17 +0800 Subject: [PATCH] scons: remove Wno-error=unused-but-set-variable (#33355) remove Wno-error=unused-but-set-variable old-commit-hash: 55446438abefed400a2ee5b92a18f3bb00ee45cb --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 38f2a282c0..616cd67059 100644 --- a/SConstruct +++ b/SConstruct @@ -190,7 +190,6 @@ env = Environment( "-Wno-inconsistent-missing-override", "-Wno-c99-designator", "-Wno-reorder-init-list", - "-Wno-error=unused-but-set-variable", "-Wno-vla-cxx-extension", ] + cflags + ccflags,