From 0646e115fd635e0b96739ea39e65c0ef78ffaa30 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 20:25:45 -0500 Subject: Fix numerous warnings/errors --- src/trg-destination-combo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trg-destination-combo.c') diff --git a/src/trg-destination-combo.c b/src/trg-destination-combo.c index f7fc2f0..2b5814e 100644 --- a/src/trg-destination-combo.c +++ b/src/trg-destination-combo.c @@ -147,7 +147,7 @@ gtk_combo_box_entry_active_changed(GtkComboBox * combo_box, (combo_box)); if (entry) { - GValue value = { 0, }; + GValue value = G_VALUE_INIT; guint type; model = gtk_combo_box_get_model(combo_box); @@ -205,7 +205,7 @@ struct findDupeArg { gboolean isDupe; }; -gboolean +static gboolean trg_destination_combo_insert_check_dupe_foreach(GtkTreeModel * model, GtkTreePath * path G_GNUC_UNUSED, -- cgit v1.2.3