diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-25 03:03:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-25 03:03:41 +0800 |
commit | 483c3d3ffc0addb346611c0a544f214784e349b1 (patch) | |
tree | 874d79b9b9af67eafa5c9e23edf15ff00bbd3837 /calendar/gui/gnome-cal.c | |
parent | d397b9d2ce3d4fa076c9f6af98157c7ea92f9752 (diff) | |
download | gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar.gz gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar.bz2 gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar.lz gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar.xz gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.tar.zst gsoc2013-evolution-483c3d3ffc0addb346611c0a544f214784e349b1.zip |
Fixed some warnings.
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* gui/calendar-commands.c, gui/e-day-view.c, gui/e-week-view.c,
gui/event-editor.c, gui/gncal-todo.c, gui/gnome-cal.c, gui/prop.c:
Fixed some warnings.
svn path=/trunk/; revision=5009
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index bb2a3ded10..c445ac7317 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -432,6 +432,7 @@ gnome_calendar_set_view (GnomeCalendar *gcal, char *page_name) gnome_calendar_update_gtk_calendar (gcal); } +#ifndef NO_WARNINGS /* Sends a mail notification of an alarm trigger */ static void mail_notification (char *mail_address, char *text, time_t app_time) @@ -524,6 +525,7 @@ program_notification (char *command, int close_standard) sigaction (SIGINT, &save_intr, NULL); sigaction (SIGQUIT, &save_quit, NULL); } +#endif /* Queues a snooze alarm */ static void @@ -1039,6 +1041,7 @@ gnome_calendar_open (GnomeCalendar *gcal, return 1; } +#ifndef NO_WARNINGS static void stop_beeping (GtkObject* object, gpointer data) { @@ -1070,6 +1073,7 @@ timeout_beep (gpointer data) stop_beeping (data, NULL); return FALSE; } +#endif #if 0 |