mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix various compiler warnings
These caused build failures with -Werror.
This commit is contained in:
parent
68b30e36b4
commit
e8f3450a58
6 changed files with 13 additions and 68 deletions
|
|
@ -97,7 +97,7 @@ have_cpp = add_languages('cpp', native: false, required : false)
|
|||
|
||||
if have_cpp
|
||||
cxx = meson.get_compiler('cpp')
|
||||
cxx_flags = common_flags
|
||||
cxx_flags = common_flags + [ '-Wno-c99-designator' ]
|
||||
add_project_arguments(cxx.get_supported_arguments(cxx_flags), language: 'cpp')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue