summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-09-18 15:42:01 +0200
committerDudemanguy <random342@airmail.cc>2023-10-19 14:03:23 +0000
commitb9b58f122b0a759b4e6e047f7e07f15f6663911a (patch)
tree0e67c4d28205cb4f9fbc0c154280b2dcb5dcebc9 /ci/build-tumbleweed.sh
parent94b758497255d2ec8de08cc7045ff8856a411182 (diff)
downloadmpv-b9b58f122b0a759b4e6e047f7e07f15f6663911a.tar.bz2
mpv-b9b58f122b0a759b4e6e047f7e07f15f6663911a.tar.xz
ci: enable -Werror
For better feedback on build status and to keep mpv warning free. Except for macos builds, there are more issue there that need fixing.
Diffstat (limited to 'ci/build-tumbleweed.sh')
-rwxr-xr-xci/build-tumbleweed.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 2e38a34906..89253a4a8f 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -2,6 +2,8 @@
set -e
meson setup build \
+ --werror \
+ -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Db_sanitize=address,undefined \
-Dcdda=enabled \
-Ddvbin=enabled \