mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez-monitor: fix usage of pw_properties_setf without a format string
Otherwise compilation will fail with certain -Wformat-security flags Add the flag to the warnings.
This commit is contained in:
parent
56cf3196a2
commit
5183e1d4b4
2 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ if cc.get_id() == 'gcc'
|
|||
'-Wsign-compare',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Wpointer-arith',
|
||||
'-Wformat-security',
|
||||
# '-DFASTPATH',
|
||||
language : 'c')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue