evolution-data-server r9415 - in trunk/addressbook: . backends/google



Author: jeffcai
Date: Thu Aug 21 10:02:43 2008
New Revision: 9415
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9415&view=rev

Log:
2008-08-21  Shuai Liu  <shuai liu sun com>

	** Fix for bug #548565

	* backends/google/util.h:
        Add 'void' to make it built on Solaris.



Modified:
   trunk/addressbook/ChangeLog
   trunk/addressbook/backends/google/util.h

Modified: trunk/addressbook/backends/google/util.h
==============================================================================
--- trunk/addressbook/backends/google/util.h	(original)
+++ trunk/addressbook/backends/google/util.h	Thu Aug 21 10:02:43 2008
@@ -30,7 +30,7 @@
 #define __debug__(...) (__e_book_backend_google_debug__ ? \
                        g_log (G_LOG_DOMAIN,         \
                               G_LOG_LEVEL_DEBUG,    \
-                              __VA_ARGS__) : 0 )
+                              __VA_ARGS__) : (void) 0 )
 
 GDataEntry* _gdata_entry_new_from_e_contact    (EContact   *contact);
 gboolean    _gdata_entry_update_from_e_contact (GDataEntry *entry,



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