mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
enable and fix -Werror=suggest-attribute=format
This commit is contained in:
parent
020ac545a8
commit
bdeeebfdd4
7 changed files with 18 additions and 15 deletions
|
|
@ -52,6 +52,7 @@ if cc.get_id() == 'gcc'
|
|||
'-Wimplicit-fallthrough',
|
||||
'-Wpointer-arith',
|
||||
'-Wformat-security',
|
||||
'-Werror=suggest-attribute=format',
|
||||
# '-DSPA_DEBUG_MEMCPY',
|
||||
# '-DFASTPATH',
|
||||
language : 'c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue