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



Author: jeffcai
Date: Mon Jul 28 04:34:19 2008
New Revision: 9201
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9201&view=rev

Log:
2008-07-28  Jeff Cai  <jeff cai sun com>

    ** Fix for bug #544284

    * backends/google/util.h:
      Use (void) 0 insead of '0' in the conditional statement.



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	Mon Jul 28 04:34:19 2008
@@ -47,6 +47,6 @@
 #define __debug__(...) (__e_book_backend_google_debug__ ? \
                        g_log (G_LOG_DOMAIN,         \
                               G_LOG_LEVEL_DEBUG,    \
-                              __VA_ARGS__) : 0 )
+                              __VA_ARGS__) : (void) 0 )
 
 #endif



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