[evolution-data-server] Mute false-positive compiler warning about used uninitialized variable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Mute false-positive compiler warning about used uninitialized variable
- Date: Mon, 16 Apr 2018 08:30:36 +0000 (UTC)
commit 33c6873c33b90ff42274eaf6070315d69b6a15fa
Author: Milan Crha <mcrha redhat com>
Date: Mon Apr 16 10:27:48 2018 +0200
Mute false-positive compiler warning about used uninitialized variable
src/calendar/libecal/e-cal-recur.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/libecal/e-cal-recur.c b/src/calendar/libecal/e-cal-recur.c
index b56dd07..a923ed4 100644
--- a/src/calendar/libecal/e-cal-recur.c
+++ b/src/calendar/libecal/e-cal-recur.c
@@ -5742,7 +5742,7 @@ e_cal_recur_describe_recurrence (icalcomponent *icalcomp,
}
} else if (icalcomponent_isa (icalcomp) == ICAL_VTODO_COMPONENT) {
comp_prefix = C_("recur-description", "The task recurs");
- } else if (icalcomponent_isa (icalcomp) == ICAL_VJOURNAL_COMPONENT) {
+ } else /* if (icalcomponent_isa (icalcomp) == ICAL_VJOURNAL_COMPONENT) */ {
comp_prefix = C_("recur-description", "The memo recurs");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]