mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: add -Werror=incompatible-pointer-types
This commit is contained in:
parent
65e8bec8dd
commit
8b35b00d82
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ cc_flags = common_flags + [
|
|||
'-DFASTPATH',
|
||||
# '-DSPA_DEBUG_MEMCPY',
|
||||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=incompatible-pointer-types',
|
||||
'-Werror=int-conversion',
|
||||
'-Werror=old-style-declaration',
|
||||
'-Werror=old-style-definition',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue