summaryrefslogtreecommitdiff
path: root/remove-werror.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-09-26 20:05:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-09-26 20:05:28 -0700
commit31711afc0fbe9c984c1e3ded6166e0a57f5e5dc0 (patch)
tree8e8ed1f5bfdf1baf23a33fe3bc50adb06195cfae /remove-werror.patch
parentInitial commit (diff)
downloadfuzzylite-31711afc0fbe9c984c1e3ded6166e0a57f5e5dc0.tar.xz
Rebuild.
Diffstat (limited to 'remove-werror.patch')
-rw-r--r--remove-werror.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/remove-werror.patch b/remove-werror.patch
new file mode 100644
index 0000000..b97bc75
--- /dev/null
+++ b/remove-werror.patch
@@ -0,0 +1,12 @@
+diff --unified --recursive --text fuzzylite-6.0.orig/fuzzylite/CMakeLists.txt fuzzylite-6.0/fuzzylite/CMakeLists.txt
+--- fuzzylite-6.0.orig/fuzzylite/CMakeLists.txt 2023-06-19 13:11:52.635098242 +0200
++++ fuzzylite-6.0/fuzzylite/CMakeLists.txt 2023-06-19 13:12:27.115350609 +0200
+@@ -74,7 +74,7 @@
+ if(NOT MSVC)
+ #TODO: Remove -Werror before release.
+ #Add Unix compilation flags
+- set(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra -Werror ${CMAKE_CXX_FLAGS}")
++ set(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra ${CMAKE_CXX_FLAGS}")
+
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
+ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")