mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-06 01:13:40 +02:00
As with previous commits, we’re enabling `-Wsign-conversion` piecemeal for all of glib.git. The previous few commits have fixed all the `-Wsign-conversion` warnings in libgirepository, so let’s enable the warning by default for that directory to prevent regressions. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3405