build: Don't use C99 declarations
authorColin Walters <walters@verbum.org>
Thu, 1 Nov 2012 23:40:41 +0000 (19:40 -0400)
committerColin Walters <walters@verbum.org>
Fri, 2 Nov 2012 00:12:01 +0000 (20:12 -0400)
commit67466b41afc6c5605b441c4955fba372e28975d3
treeaf052777fabd2d0a0e186566e3c40e7a25ab0f38
parent59a24ab5a3ffff7d2cd36a1b392b49cc4024c29d
build: Don't use C99 declarations

Since GLib needs to compile with MSVC, we can't use them.  This fixes
compilation when using -Werror=declaration-after-statement.

https://bugzilla.gnome.org/show_bug.cgi?id=687385
gio/tests/gdbus-proxy.c
gio/tests/gdbus-test-codegen.c
glib/gthread-posix.c
glib/tests/gdatetime.c