aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-09 00:52:31 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-09 00:52:31 +0800
commit48c3fcd45d757f8e60e7ed37ca96fd843e690d0b (patch)
tree9c3b922f2b3a85113bd20ad5b5d2c884e8eab5fa /shell/evolution-storage.c
parent7816388a7ab06deb31f269c0f716eea5a62c9666 (diff)
downloadgsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar.gz
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar.bz2
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar.lz
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar.xz
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.tar.zst
gsoc2013-evolution-48c3fcd45d757f8e60e7ed37ca96fd843e690d0b.zip
Added base ETableModel functions.
2000-09-08 Christopher James Lahey <clahey@helixcode.com> * e-storage-set-view.c: Added base ETableModel functions. * evolution-storage-listener.c, evolution-storage.c: Fixed some warnings. svn path=/trunk/; revision=5267
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r--shell/evolution-storage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index 8e3374158f..9912b5bb2a 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -158,7 +158,9 @@ static void
corba_class_init (void)
{
POA_Evolution_Storage__vepv *vepv;
+#ifndef NO_WARNINGS
POA_Evolution_Storage__epv *epv;
+#endif
PortableServer_ServantBase__epv *base_epv;
base_epv = g_new0 (PortableServer_ServantBase__epv, 1);