mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: require strict prototypes
This commit is contained in:
parent
12a8a916dd
commit
edbf2dcb4d
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ cc_flags = common_flags + [
|
|||
'-Werror=int-conversion',
|
||||
'-Werror=old-style-declaration',
|
||||
'-Werror=old-style-definition',
|
||||
'-Werror=missing-parameter-type',
|
||||
'-Werror=strict-prototypes',
|
||||
]
|
||||
add_project_arguments(cc.get_supported_arguments(cc_flags), language: 'c')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue