mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
parent
4dcd0dacc9
commit
72d70b0f48
9 changed files with 34 additions and 18 deletions
|
|
@ -53,6 +53,12 @@ if cc.get_id() == 'gcc'
|
|||
'-Wpointer-arith',
|
||||
'-Wformat-security',
|
||||
'-Werror=suggest-attribute=format',
|
||||
'-Wmissing-braces',
|
||||
'-Wno-missing-field-initializers',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wtype-limits',
|
||||
'-Wold-style-declaration',
|
||||
'-Wvariadic-macros',
|
||||
# '-DSPA_DEBUG_MEMCPY',
|
||||
# '-DFASTPATH',
|
||||
language : 'c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue