aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 23:05:03 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 23:05:03 +0800
commitd5ce44bd78a6e5f9d722d299bc983928c10f160f (patch)
treecbb907262f76347d05a315a6ace7612e4579a05c /calendar/gui/alarm-notify
parentc1cfb3197a6378341e6bdfb2c69ecd6621ca0c96 (diff)
downloadgsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.gz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.bz2
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.lz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.xz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.zst
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.zip
Fix an unused variable
* gui/alarm-notify/alarm-queue.c (on_dialog_obj_updated_cb): Fix an unused variable * gui/calendar-commands.c (purge_cmd): Fix warnings. * gui/calendar-config.h: s/confirm_expunge/confirm_purge/ to match the actual functions * gui/control-factory.c: add some missing #includes * gui/dialogs/delete-comp.c (delete_component_dialog): Fix a warning * gui/e-itip-control.c (write_label_piece): Remove unused variable. * gui/print.c (print_calendar): Remove unused variable (print_comp): Likewise. * gui/tasks-control.c (confirm_purge): Fix warnings. (print_tasks): Remove unused variable. svn path=/trunk/; revision=21905
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index c973901bd3..8aed099252 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -660,7 +660,9 @@ struct notify_dialog_closure {
static void
on_dialog_obj_updated_cb (CalClient *client, const char *uid, gpointer data)
{
+/* commented out so gcc won't complain about the unused variable
struct notify_dialog_closure *c = data;
+*/
}
static void