From: Matthias Clasen Date: Fri, 25 Jan 2008 17:50:49 +0000 (+0000) Subject: Make this build with gcc 3.4 (#509419) X-Git-Tag: GLIB_2_15_4~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7a1dddbc7781fcc206f2cb33ac483238968d20e;p=platform%2Fupstream%2Fglib.git Make this build with gcc 3.4 (#509419) 2008-01-25 Matthias Clasen * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this build with gcc 3.4 (#509419) svn path=/trunk/; revision=6378 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 0f9b619..84e32a8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,10 @@ 2008-01-25 Matthias Clasen + * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this + build with gcc 3.4 (#509419) + +2008-01-25 Matthias Clasen + * gfilemonitor.c: Add references to g_file_monitor_file/directory() (#509994, Murray Cumming) diff --git a/gio/fam/fam-helper.c b/gio/fam/fam-helper.c index 4301f12..98927cb 100644 --- a/gio/fam/fam-helper.c +++ b/gio/fam/fam-helper.c @@ -42,7 +42,7 @@ struct _fam_sub }; static GFileMonitorEvent -fam_event_to_file_monitor_event (enum FAMCodes code) +fam_event_to_file_monitor_event (FAMCodes code) { switch (code) {