mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-25 09:05:57 -04:00
meson.build: Add -Werror=discarded-qualifiers
(cherry picked from commit ff04b47942)
This commit is contained in:
parent
c3d7373cf9
commit
92f8e16f11
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