From 228f38606ba03b2871567de75c1df4ff6bb61d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 28 Apr 2024 20:06:05 +0200 Subject: [PATCH] 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. --- ci/build-linux-old.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-linux-old.sh b/ci/build-linux-old.sh index d9cd9eef04..29499f1f24 100755 --- a/ci/build-linux-old.sh +++ b/ci/build-linux-old.sh @@ -9,6 +9,7 @@ git clone https://code.videolan.org/videolan/libplacebo.git \ --depth=1 --branch v6.338 subprojects/libplacebo \ meson setup build \ + --werror \ -Dlibplacebo:vulkan=disabled \ -Dlibmpv=true \ -Dlua=enabled \