2006-01-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Fix another strict aliasing problem.
2006-01-05 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Fix another strict aliasing problem.
+
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864,
Kazuki IWAMOTO)
2006-01-05 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Fix another strict aliasing problem.
+
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864,
Kazuki IWAMOTO)
2006-01-05 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Fix another strict aliasing problem.
+
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864,
Kazuki IWAMOTO)
};
#define G_STATIC_MUTEX_INIT { NULL, { { $g_mutex_contents} } }
#define g_static_mutex_get_mutex(mutex) \\
- (g_thread_use_default_impl ? ((GMutex*) &((mutex)->static_mutex.pad)) : \\
+ (g_thread_use_default_impl ? ((GMutex*) ((mutex)->static_mutex.pad)) : \\
g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
_______EOF
else