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

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