From 31711afc0fbe9c984c1e3ded6166e0a57f5e5dc0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Sep 2023 20:05:28 -0700 Subject: Rebuild. --- remove-werror.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 remove-werror.patch (limited to 'remove-werror.patch') 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}") -- cgit v1.2.1