File: remove-Werror.patch

package info (click to toggle)
gvm-libs 22.29.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,828 kB
  • sloc: ansic: 36,798; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Sophie Brun <sophie@kali.org>
Date: Fri, 28 Apr 2023 09:29:28 +0200
Subject: Remove Werror

For the build in Debian, we don't want to use -Werror

Forwarded: not-needed
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fef7f3..ebbe2a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,7 +196,6 @@ set(
     -std=c11 \
     -Wall \
     -Wextra \
-    -Werror \
     -Wpedantic \
     -Wmissing-prototypes \
     -Wshadow \