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

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