diff options
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r-- | calendar/gui/e-meeting-model.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c index f85fb04e01..19de8b147b 100644 --- a/calendar/gui/e-meeting-model.c +++ b/calendar/gui/e-meeting-model.c @@ -533,6 +533,7 @@ is_cell_editable (ETableModel *etm, int col, int row) return FALSE; default: + break; } return TRUE; @@ -594,6 +595,7 @@ value_is_empty (ETableModel *etm, int col, const void *val) else return FALSE; default: + ; } return TRUE; @@ -1303,6 +1305,7 @@ process_free_busy_comp (EMeetingAttendee *ia, break; default: + break; } if (busy_type != E_MEETING_FREE_BUSY_LAST) { |