build: Enable -Werror=shadow and fix related issues
Mostly renames or removing already defined types Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3378>
This commit is contained in:

committed by
Bilal Elmoussaoui

parent
e509fc7f00
commit
fc623c1ed1
@ -526,6 +526,7 @@ if buildtype != 'plain'
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-missing-field-initializers',
|
||||
'-Wno-type-limits',
|
||||
'-Wshadow',
|
||||
]
|
||||
|
||||
if get_option('debug')
|
||||
|
Reference in New Issue
Block a user