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 1b2c6c3..89133ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,7 +196,6 @@ set(
     -std=c11 \
     -Wall \
     -Wextra \
-    -Werror \
     -Wpedantic \
     -Wmissing-prototypes \
     -Wshadow \
