From f13fd21b50fa97b4ce7e29ce82d471c1f1870c11 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 30 Oct 2007 22:21:14 +0000 Subject: Fix warnings from sparse and gcc svn path=/trunk/; revision=34458 --- plugins/calendar-weather/ChangeLog | 5 +++++ plugins/calendar-weather/calendar-weather.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins/calendar-weather') diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog index e81bffd51f..82a7b7fd60 100644 --- a/plugins/calendar-weather/ChangeLog +++ b/plugins/calendar-weather/ChangeLog @@ -1,3 +1,8 @@ +2007-10-26 Kjartan Maraas + + * calendar-weather.c: (load_locations), (treeview_clicked): + ANSIfication of function declaration. + 2007-05-24 Matthew Barnes * calendar-weather.c (e_calendar_weather_location): diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index bd4563c489..a7ad776894 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -146,7 +146,7 @@ parse_subtree (GtkTreeIter *parent, xmlNode *node) } static void -load_locations () +load_locations (void) { xmlDoc *doc; xmlNode *root, *child; -- cgit v1.2.3