summaryrefslogtreecommitdiff
path: root/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-27 18:53:03 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-27 18:53:03 +0000
commit3482ddf943eff7b8848f1fb31350b99ce349e86a (patch)
tree9c9bb6ec6679e9dc44a84d87ba611989409b12ca /media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch
parent8e8120eabdd28020aa69c7a60505cce2edd20adc (diff)
downloadbaldeagleos-repo-21.1.3.tar.gz
baldeagleos-repo-21.1.3.tar.xz
baldeagleos-repo-21.1.3.zip
Updating liguros repov21.1.3
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.patch34
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
-