From: Markus Koschany <apo@debian.org>
Date: Thu, 7 Sep 2023 17:08:21 +0200
Subject: no Werror

---
 game/CMakeLists.txt    | 2 +-
 testing/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/game/CMakeLists.txt
+++ b/game/CMakeLists.txt
@@ -318,7 +318,7 @@ endif()
 if(WIN32 AND MSVC)
 #	target_compile_options(performous PUBLIC /WX)
 else()
-	target_compile_options(performous PUBLIC -Werror)
+#	target_compile_options(performous PUBLIC -Werror)
 endif()
 
 # Generate config.hh
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -61,7 +61,7 @@ if(GTest_FOUND)
 	if(WIN32 AND MSVC)
 #		target_compile_options(performous_test PUBLIC /WX)
 	else()
-		target_compile_options(performous_test PUBLIC -Werror)
+#		target_compile_options(performous_test PUBLIC -Werror)
 	endif()
 
 	gtest_discover_tests(performous_test)
