1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/gvm-libs/no-werror.patch
2022-08-15 04:56:08 +02:00

12 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 \