mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -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',
|
'-Wno-pedantic',
|
||||||
'-Wdeprecated-declarations',
|
'-Wdeprecated-declarations',
|
||||||
'-Wunused-result',
|
'-Wunused-result',
|
||||||
|
'-Werror=return-type',
|
||||||
]
|
]
|
||||||
|
|
||||||
cc_flags = common_flags + [
|
cc_flags = common_flags + [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue