-gio/gregistrysettingsbackend.c:
Fixed C99-style variable declarations
Fixed typo: g_message_win32_error (result, "gregistrybackend:
setting value %s\%s\\%s failed.\n",
->
g_message_win32_error (result, "gregistrybackend:
setting value %s\\%s\\%s failed.\n",
-gio/gdbusmessage.c:
Moved G_STATIC_ASSERT(sizeof (gdouble) == sizeof (guint64));
to just after the variable declarations of the block to avoid
C99-style variable declaration