ci: Compile with -Werror.

Manually disable some warnings that are currently emitted. Eventually
the warnings should be solved and -Werror should remain alone.
This commit is contained in:
Giovanni Mascellani
2023-09-27 23:30:28 +02:00
committed by Alexandre Julliard
parent 39be40ce94
commit fd6c6895d6
Notes: Alexandre Julliard 2023-10-02 22:33:40 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/377
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ set -Eeuxo pipefail
rm -fr build
mkdir build
cd build
../configure CROSSCC32="i686-w64-mingw32-gcc -Wno-array-bounds" CROSSCC64="x86_64-w64-mingw32-gcc -Wno-array-bounds" && \
../configure CROSSCC32="i686-w64-mingw32-gcc" CROSSCC64="x86_64-w64-mingw32-gcc" CFLAGS="-g -O2 -Wno-array-bounds -Werror" && \
make -j$(nproc) crosstest || \
touch ../pipeline_failed