[evolution-exchange/gnome-2-30] Fix compiler warning on non-Win32 platforms.



commit 4eb340f67824cfdd509bc434f4cc4c93b2ed760f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jun 20 06:54:28 2010 -0400

    Fix compiler warning on non-Win32 platforms.

 addressbook/e-book-backend-gal.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/e-book-backend-gal.c b/addressbook/e-book-backend-gal.c
index 0a971fc..d5c2189 100644
--- a/addressbook/e-book-backend-gal.c
+++ b/addressbook/e-book-backend-gal.c
@@ -2244,7 +2244,9 @@ getNextPage:
 
 	i = 0;
 	if (pagedResults) {
+#ifdef G_OS_WIN32
 		struct berval **tmpBVPtr = NULL;
+#endif
 		if (( prber = ber_alloc_t(LBER_USE_DER)) == NULL ) {
 			return;
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]