From b47ac10b5c07caf4d0f4b4aa97d900e9ee98a165 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 27 Nov 2023 15:37:14 +0100 Subject: [PATCH] gitlab: Remove no longer needed -Wno-enum-conversion from build-mac. --- gitlab/build-mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build-mac b/gitlab/build-mac index 27c70d31..17a8c7a0 100755 --- a/gitlab/build-mac +++ b/gitlab/build-mac @@ -11,7 +11,7 @@ set -Eeuxo pipefail rm -fr build mkdir build cd build -if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Wno-enum-conversion -Werror" && \ +if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Werror" && \ make -j$(sysctl -n hw.ncpu) ; then make -j$(sysctl -n hw.ncpu) check || \ touch ../tests_failed