mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
add more warnings and fix one
This commit is contained in:
parent
002bcae856
commit
dc331aa562
2 changed files with 5 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ if cc.get_id() == 'gcc'
|
|||
'-Wno-missing-field-initializers',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-pedantic',
|
||||
'-Wunused-result',
|
||||
'-DFASTPATH',
|
||||
# '-DSPA_DEBUG_MEMCPY',
|
||||
language : 'c')
|
||||
|
|
@ -75,6 +76,7 @@ if cc.get_id() == 'gcc'
|
|||
'-Wno-missing-field-initializers',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-pedantic',
|
||||
'-Wunused-result',
|
||||
language : 'cpp')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue