From 39bc0fb2e8c3572412c604ab3260104dd069e921 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 17 Feb 2022 15:49:41 +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 f6839d8..5436779 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=5 -Walloc-zero -Werror \ +-Wpointer-arith -Wcast-align -Wpedantic -Wextra -fmax-errors=3 -Walloc-zero -Werror \ " fi if test "$GFC" = "yes"; then