From 45e7eab963f362254449266bfe9f753b9eccd876 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 17 Feb 2022 16:08:22 +0100 Subject: [PATCH] Fixing MacOS CI --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5436779..eb31b93 100644 --- a/configure.ac +++ b/configure.ac @@ -223,7 +223,7 @@ if test "$ok" = "yes"; then if test "$GCC" = "yes"; then CFLAGS="$CFLAGS \ -Wall -W -Wbad-function-cast -Wcast-qual -Warray-bounds -Wdisabled-optimization \ --Wpointer-arith -Wcast-align -Wpedantic -Wextra -fmax-errors=3 -Walloc-zero -Werror \ +-Wpointer-arith -Wcast-align -Wpedantic -Wextra -Walloc-zero -Werror \ " fi if test "$GFC" = "yes"; then