mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
meson.build: Add -Werror=discarded-qualifiers
This commit is contained in:
parent
c847b81629
commit
ff04b47942
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ cc_flags = common_flags + [
|
|||
'-Werror=old-style-definition',
|
||||
'-Werror=missing-parameter-type',
|
||||
'-Werror=strict-prototypes',
|
||||
'-Werror=discarded-qualifiers',
|
||||
]
|
||||
add_project_arguments(cc.get_supported_arguments(cc_flags), language: 'c')
|
||||
add_project_arguments(cc_native.get_supported_arguments(cc_flags),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue