Blame SOURCES/core-setup-no-werror.patch

91b1de
From e900fff68af76d51a59ac085b35ace76939bc007 Mon Sep 17 00:00:00 2001
91b1de
From: Omair Majid <omajid@redhat.com>
91b1de
Date: Tue, 18 Jan 2022 21:45:52 -0500
91b1de
Subject: [PATCH] Disable Werror
91b1de
91b1de
This is so late in the release cycle that fixing warnings is just not
91b1de
really worth it. The general approach is to fix the issues in the
91b1de
development branches and disable warnings in the older release branches.
91b1de
---
91b1de
 src/settings.cmake | 1 -
91b1de
 1 file changed, 1 deletion(-)
91b1de
91b1de
diff --git a/src/settings.cmake b/src/settings.cmake
91b1de
index ff1e04f9..5cc9b3ef 100644
91b1de
--- a/src/settings.cmake
91b1de
+++ b/src/settings.cmake
91b1de
@@ -201,7 +201,6 @@ else()
91b1de
         # compiling with -std=c++11.
91b1de
         # add_compile_options(-Weverything)
91b1de
     endif()
91b1de
-    add_compile_options(-Werror)
91b1de
     add_compile_options(-Wno-missing-field-initializers)
91b1de
     add_compile_options(-Wno-unused-function)
91b1de
     add_compile_options(-Wno-unused-local-typedef)
91b1de
-- 
91b1de
2.34.1
91b1de