mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
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:
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
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user