Module: vkd3d Branch: master Commit: b47ac10b5c07caf4d0f4b4aa97d900e9ee98a165 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b47ac10b5c07caf4d0f4b4aa97d900...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Nov 27 15:37:14 2023 +0100
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