mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: enable -Werror=format
This commit is contained in:
parent
17fcc9fc51
commit
ec521ca870
3 changed files with 4 additions and 3 deletions
|
|
@ -81,7 +81,8 @@ common_flags = [
|
|||
'-Wsign-compare',
|
||||
'-Wpointer-arith',
|
||||
'-Wpointer-sign',
|
||||
'-Wformat',
|
||||
'-Werror=format',
|
||||
'-Wno-error=format-overflow', # avoid some "‘%s’ directive argument is null"
|
||||
'-Wformat-security',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Wmissing-braces',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue