From 26ba6dad80b5c306a4831e713b0e4052c6a1d216 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Fri, 6 Dec 2024 19:45:58 -0800 Subject: [PATCH] scons: Remove warn as error for v24.1 --- SConstruct | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SConstruct b/SConstruct index bfdca815ed..7f73f6bf69 100755 --- a/SConstruct +++ b/SConstruct @@ -609,13 +609,6 @@ for variant_path in variant_paths: env.Append(LINKFLAGS=['-Wl,--no-keep-memory']) else: error("Unable to use --no-keep-memory with the linker") - - # Treat warnings as errors but white list some warnings that we - # want to allow (e.g., deprecation warnings). - env.Append(CCFLAGS=['-Werror', - '-Wno-error=deprecated-declarations', - '-Wno-error=deprecated', - ]) else: error('\n'.join(( "Don't know what compiler options to use for your compiler.",