From c8b9e4f8f931508b367b58b555ef92d7f4aee219 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 7 Oct 2024 11:14:42 +0200 Subject: Remove -Werror compiler option --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 026d450..2b2f40b 100755 --- a/configure.sh +++ b/configure.sh @@ -85,7 +85,7 @@ validatethreads validatearch STD="-std=c11" -WFLAGS="-pedantic -Wall -Wextra -Werror" +WFLAGS="-pedantic -Wall -Wextra" WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" [ "$ARCH" = "AVX2" ] && AVX="-mavx2" -- cgit v1.3