From 611fd8cb72af45f470d20673d4102dcab56e3747 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 12 Jul 2020 23:02:08 -0400 Subject: Disable "misleading indentation" warning on GCC --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 9496595a26..ef74ce7736 100644 --- a/SConstruct +++ b/SConstruct @@ -455,6 +455,7 @@ if selected_platform in platform_list: all_plus_warnings = ["-Wwrite-strings"] if methods.using_gcc(env): + env.Append(CCFLAGS=["-Wno-misleading-indentation"]) if cc_version_major >= 7: shadow_local_warning = ["-Wshadow-local"] -- cgit v1.2.3