aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/no-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvm-libs/no-werror.patch')
-rw-r--r--community/gvm-libs/no-werror.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gvm-libs/no-werror.patch b/community/gvm-libs/no-werror.patch
new file mode 100644
index 00000000000..7e4d658e68e
--- /dev/null
+++ b/community/gvm-libs/no-werror.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b61665d..c730cb4 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -208,7 +208,6 @@ set (
+ -std=c11 \
+ -Wall \
+ -Wextra \
+- -Werror \
+ -Wpedantic \
+ -Wmissing-prototypes \
+ -Wshadow \