1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2022-05-09 11:08:14 +02:00
parent c6c17671e1
commit 5a15638db3

View file

@ -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