aports/community/gvm-libs/no-werror.patch
2022-08-15 04:56:08 +02:00

13 lines
264 B
Diff

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 \