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;
|
GtkWidget * dialog;
|
||||||
int res;
|
int res;
|
||||||
|
(void) trash;
|
||||||
|
|
||||||
/* XXX move to BrowserPluginHelper */
|
/* XXX move to BrowserPluginHelper */
|
||||||
dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_QUESTION,
|
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;
|
gchar * p;
|
||||||
char * files;
|
char * files;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
(void) trash;
|
||||||
|
|
||||||
if(gtk_tree_model_get_iter(model, &iter, path) != TRUE)
|
if(gtk_tree_model_get_iter(model, &iter, path) != TRUE)
|
||||||
/* XXX report error */
|
/* XXX report error */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user