mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
warn about and fix some -Wpointer-sign warnings
This commit is contained in:
parent
92c541ea03
commit
94dbd4f9b8
3 changed files with 5 additions and 4 deletions
|
|
@ -68,6 +68,7 @@ if cc.get_id() == 'gcc'
|
|||
add_global_arguments('-fvisibility=hidden',
|
||||
'-Wsign-compare',
|
||||
'-Wpointer-arith',
|
||||
'-Wpointer-sign',
|
||||
'-Wformat',
|
||||
'-Wformat-security',
|
||||
'-Werror=suggest-attribute=format',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue