mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: add "-Werror=return-type"
This commit is contained in:
parent
edbf2dcb4d
commit
3c6d1686ca
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ common_flags = [
|
|||
'-Wno-pedantic',
|
||||
'-Wdeprecated-declarations',
|
||||
'-Wunused-result',
|
||||
'-Werror=return-type',
|
||||
]
|
||||
|
||||
cc_flags = common_flags + [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue