summarylogtreecommitdiffstats
path: root/010-ade-disable-werror.patch
diff options
context:
space:
mode:
authorDaniel Bermond2024-03-02 17:50:07 -0300
committerDaniel Bermond2024-03-02 17:50:07 -0300
commitd7927ca351b9222c8cc64b053b3418f5ce60ef21 (patch)
treef26e19517639482c0a9f807f6e7b8d6f39ef89f1 /010-ade-disable-werror.patch
parentc014e7a255e31ef9645acc1b9e63dc5b11efc31d (diff)
downloadaur-d7927ca351b9222c8cc64b053b3418f5ce60ef21.tar.gz
Match latest upstream changes. Add fix for default makepkg flags.
Diffstat (limited to '010-ade-disable-werror.patch')
-rw-r--r--010-ade-disable-werror.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/010-ade-disable-werror.patch b/010-ade-disable-werror.patch
deleted file mode 100644
index bc242009c94c..000000000000
--- a/010-ade-disable-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/sources/ade/CMakeLists.txt
-+++ b/sources/ade/CMakeLists.txt
-@@ -11,7 +11,7 @@ file( GLOB_RECURSE sources source/*.cpp )
- file( GLOB_RECURSE include *.hpp )
-
- if (CMAKE_CXX_COMPILER_ID STREQUAL GNU)
-- set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra -Wconversion -Wshadow -Wno-error=cpp -Wformat -Wformat-security" )
-+ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wconversion -Wshadow -Wno-error=cpp -Wformat -Wformat-security" )
- endif()
-
- add_library( ${PROJECT_NAME} STATIC ${include} ${sources} )