Avoid a couple compilation warnings
This commit is contained in:
parent
bc9f81b3f2
commit
bc6ad810ef
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user