aports/testing/cdogs-sdl/no-werror.patch
2022-08-20 09:24:29 +02:00

14 lines
307 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c4a2d1..4fe06b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,7 +132,7 @@ else()
endif()
endif()
if(NOT BEOS AND NOT HAIKU)
- add_definitions(-Winline -Werror)
+ add_definitions(-Winline)
set(EXTRA_LIBRARIES "m")
endif()
endif()