summaryrefslogtreecommitdiff
path: root/dev-games/mygui/files/mygui-3.4.3-werror.patch
blob: d001c9e48baf4a149565ca019c4526b531b729b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Remove -Werror

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,6 @@ include(Dependencies)
 
 # Set compiler specific build flags
 if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel")
-	add_compile_options(-Werror)
 	if (NOT MYGUI_HIGH_LEVEL_WARNINGS)
 		add_compile_options(-w)
 	else ()