Avoid a couple compilation warnings

This commit is contained in:
Pierre Pronchery 2020-03-03 01:02:10 +01:00
parent a8e9d7baa1
commit a78b7bd180

View File

@ -319,6 +319,7 @@ static gboolean _trash_confirm(Trash * trash, char const * message)
{
GtkWidget * dialog;
int res;
(void) trash;
/* XXX move to BrowserPluginHelper */
dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_QUESTION,
@ -372,6 +373,7 @@ static int _delete_path(Trash * trash, GtkTreeModel * model, GtkTreePath * path)
gchar * p;
char * files;
size_t len;
(void) trash;
if(gtk_tree_model_get_iter(model, &iter, path) != TRUE)
/* XXX report error */