mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01: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