commit bca11bdbd8c9912601974f61de6a55c3a41a2b79
parent a21959e7edf523e6660023851f73426d8897783a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Wed, 18 Dec 2024 19:21:20 +0100
Remove -Werror option
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.sh b/configure.sh
@@ -88,7 +88,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"
WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument"