diff options
Diffstat (limited to 'media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch')
-rw-r--r-- | media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch b/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch deleted file mode 100644 index 69448ea2e705..000000000000 --- a/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c79657496326c10f81cf80a8c9a0e55bc2ba2798 Mon Sep 17 00:00:00 2001 -From: Nicolas Fella <nicolas.fella@gmx.de> -Date: Mon, 7 Dec 2020 14:34:09 +0100 -Subject: [PATCH] Remove -Werror - -It's doing more harm than good. - -It makes it a pain to update anything (compiler, dependencies etc) that -may introduce new warnings. It also makes it hard to use a compiler that -produces a lot of warnings, e.g. clazy ---- - src/CMakeLists.txt | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 301c05e..99b0a87 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -33,12 +33,6 @@ add_library( - ${sources} ${pluginData} - ) - --target_compile_options( -- kquickimageeditorplugin -- PRIVATE -- -Werror --) -- - target_link_libraries( - kquickimageeditorplugin - PRIVATE --- -2.30.0 - |