From 1964938ca6abef6e5c81d9dccdf42c55abacb5e9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 5 Nov 2023 16:29:14 +0100 Subject: Refactoring --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 74df81e..44774cd 100755 --- a/configure.sh +++ b/configure.sh @@ -1,7 +1,7 @@ #!/bin/sh STD="-std=c99" -WFLAGS="-pedantic -Wall -Wextra -Wno-unused-parameter" +WFLAGS="-pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function" [ "$TYPE" = "AVX2" ] && AVX="-mavx2" [ "$(uname)" = "Linux" ] && SAN="-fsanitize=address -fsanitize=undefined" -- cgit v1.3