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