commit | bf8f7b425ee24269ae71c5431362d17a5ca475ef | [log] [tgz] |
---|---|---|
author | Simon South <simon@simonsouth.com> | Wed Dec 23 20:29:29 2015 -0500 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Jan 03 02:55:03 2016 +0900 |
tree | 7bec8f606d2c321e6a727e43d0a0452cc58708a1 | |
parent | 56cf779591b05cb68f83c8b71897dca7ec6d487c [diff] [blame] |
THRIFT-3383 i64 related warnings This closes #764
diff --git a/lib/c_glib/test/testoptionalrequired.c b/lib/c_glib/test/testoptionalrequired.c index cfc96a2..60d8afd 100755 --- a/lib/c_glib/test/testoptionalrequired.c +++ b/lib/c_glib/test/testoptionalrequired.c
@@ -201,7 +201,7 @@ g_assert(!error); write_to_read (THRIFT_STRUCT (b2), THRIFT_STRUCT (b1), NULL, &error); g_assert(!error); - // OK. No segfault + /* OK. No segfault */ g_object_unref (b1); g_object_unref (b2);