diff options
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r-- | calendar/gui/event-editor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index bdb2bd6c85..53da36d4ca 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -747,7 +747,9 @@ fill_widgets (EventEditor *ee) } /* Recurrences */ +#ifndef NO_WARNINGS #warning "FIX ME" +#endif /* Need to handle recurrence dates as well as recurrence rules */ /* Need to handle more than one rrule */ @@ -862,7 +864,9 @@ fill_widgets (EventEditor *ee) } /* Exceptions list */ +#ifndef NO_WARNINGS #warning "FIX ME" +#endif /* Need to handle exception rules as well as dates */ cal_component_get_exdate_list (priv->comp, &list); for (l = list; l; l = l->next) { |