mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
meson: Enable warning for unused variables
This commit is contained in:
parent
c6c17671e1
commit
5a15638db3
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ test_c_args = [
|
|||
'-Wno-switch-enum',
|
||||
'-Wtype-limits',
|
||||
'-Wunused-function',
|
||||
'-Wunused-variable',
|
||||
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64',
|
||||
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_70',
|
||||
# see https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/332
|
||||
|
|
Loading…
Reference in a new issue