commit | 1c1902788bef82c0dbf2b10b2d39767ce94a1c38 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Jul 28 23:15:18 2015 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Jul 28 23:15:18 2015 +0200 |
tree | b3ee34d0c1ee0351407e9da1da66f14a8ad7fdac | |
parent | 57ac33ea1a42e871ef03a7bda770a7ba16745ead [diff] [blame] |
THRIFT-3266 c_glib: Multiple compiler warnings building unit tests Client: c_glib Patch: Simon South This closes #570
diff --git a/lib/c_glib/test/testdebugproto.c b/lib/c_glib/test/testdebugproto.c index e343c1e..703dff0 100644 --- a/lib/c_glib/test/testdebugproto.c +++ b/lib/c_glib/test/testdebugproto.c
@@ -864,7 +864,7 @@ int main(int argc, char *argv[]) { -#if (GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 36) +#if (!GLIB_CHECK_VERSION (2, 36, 0)) g_type_init (); #endif