Skip to content

Commit 228f386

Browse files
committed
ci/build-linux-old: add missing Werror
Note that deprecated warnings are not disabled on this build, as the idea is that on "old" one we shouldn't have any depracated warnings anymore.
1 parent e34f656 commit 228f386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ci/build-linux-old.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ git clone https://code.videolan.org/videolan/libplacebo.git \
99
--depth=1 --branch v6.338 subprojects/libplacebo \
1010

1111
meson setup build \
12+
--werror \
1213
-Dlibplacebo:vulkan=disabled \
1314
-Dlibmpv=true \
1415
-Dlua=enabled \

0 commit comments

Comments
 (0)