try the fourth

Original commit message from CVS:
try the fourth
This commit is contained in:
Andy Wingo 2005-09-26 16:19:27 +00:00
parent a62823e0c9
commit 7e27440c9e

View file

@ -3094,8 +3094,6 @@ gst_value_transform_string_date (const GValue * src_value, GValue * dest_value)
void void
_gst_value_initialize (void) _gst_value_initialize (void)
{ {
volatile GType date_type;
GTypeInfo info = { GTypeInfo info = {
0, 0,
NULL, NULL,
@ -3396,8 +3394,11 @@ _gst_value_initialize (void)
#if GLIB_CHECK_VERSION(2,8,0) #if GLIB_CHECK_VERSION(2,8,0)
/* see bug #317246, #64994, #65041 */ /* see bug #317246, #64994, #65041 */
date_type = G_TYPE_DATE; {
GST_LOG ("Faking out the compiler: %d", date_type); volatile GType date_type = G_TYPE_DATE;
GST_LOG ("Faking out the compiler: %d", date_type);
}
#endif #endif
gst_value_register_union_func (G_TYPE_INT, GST_TYPE_INT_RANGE, gst_value_register_union_func (G_TYPE_INT, GST_TYPE_INT_RANGE,