From eeeba60a3030c6eb2687de97d07ff1f25427eb34 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Jan 2020 23:01:43 +0100 Subject: [PATCH] Avoid a compilation warning --- src/notes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notes.c b/src/notes.c index a146b88..a108a71 100644 --- a/src/notes.c +++ b/src/notes.c @@ -782,6 +782,7 @@ static void _notes_on_note_title_edited(GtkCellRendererText * renderer, { Notes * notes = data; GtkTreePath * treepath; + (void) renderer; treepath = gtk_tree_path_new_from_string(path); notes_note_set_title(notes, treepath, title);