summaryrefslogtreecommitdiffstats
path: root/meson.build
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 /meson.build
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 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a56bb1f37c..d6c76f3b08 100644
--- a/meson.build
+++ b/meson.build
@@ -256,8 +256,6 @@ flags = ['-D_ISOC99_SOURCE', '-D_GNU_SOURCE',
link_flags = []
test_flags = ['-Werror=implicit-function-declaration',
- '-Wno-error=deprecated-declarations',
- '-Wno-error=unused-function',
'-Wempty-body',
'-Wdisabled-optimization',
'-Wstrict-prototypes',