Avoid a couple compilation warnings

This commit is contained in:
Pierre Pronchery 2018-10-29 17:01:53 -03:00
parent bc9f81b3f2
commit bc6ad810ef

View File

@ -121,6 +121,8 @@ static void _places_on_open_location(GtkWidget * widget, GObject * location,
{
Places * places = data;
gchar * path;
(void) widget;
(void) flags;
if((path = g_file_get_path(G_FILE(location))) == NULL)
return;