Snippets for apache-thrift 0.24.0 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/thrift/0.24.0/1.fc45/data/logs/ppc64le/build.log.
-
src/thrift/transport/TSSLSocket.cpp:190:36: warning: 'const SSL_METHOD* TLSv1_method()' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 190 | ctx_ = SSL_CTX_new(TLSv1_method()); | ~~~~~~~~~~~~^~ -
src/thrift/transport/TSSLSocket.cpp:192:38: warning: 'const SSL_METHOD* TLSv1_1_method()' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 192 | ctx_ = SSL_CTX_new(TLSv1_1_method()); | ~~~~~~~~~~~~~~^~ -
src/thrift/transport/TSSLSocket.cpp:194:38: warning: 'const SSL_METHOD* TLSv1_2_method()' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 194 | ctx_ = SSL_CTX_new(TLSv1_2_method()); | ~~~~~~~~~~~~~~^~ -
src/thrift/transport/TSSLSocket.cpp:773:43: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 773 | char* data = (char*)ASN1_STRING_data(name->d.ia5); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
src/thrift/transport/TSSLSocket.cpp:111:13: warning: 'void apache::thrift::transport::dyn_destroy(CRYPTO_dynlock_value*, const char*, int)' defined but not used [-Wunused-function] 111 | static void dyn_destroy(struct CRYPTO_dynlock_value* lock, const char*, int) { | ^~~~~~~~~~~ -
src/thrift/transport/TSSLSocket.cpp:101:13: warning: 'void apache::thrift::transport::dyn_lock(int, CRYPTO_dynlock_value*, const char*, int)' defined but not used [-Wunused-function] 101 | static void dyn_lock(int mode, struct CRYPTO_dynlock_value* lock, const char*, int) { | ^~~~~~~~ -
src/thrift/transport/TSSLSocket.cpp:97:30: warning: 'CRYPTO_dynlock_value* apache::thrift::transport::dyn_create(const char*, int)' defined but not used [-Wunused-function] 97 | static CRYPTO_dynlock_value* dyn_create(const char*, int) { | ^~~~~~~~~~ -
src/thrift/transport/TSSLSocket.cpp:76:13: warning: 'void apache::thrift::transport::callbackLocking(int, int, const char*, int)' defined but not used [-Wunused-function] 76 | static void callbackLocking(int mode, int n, const char*, int) { | ^~~~~~~~~~~~~~~ -
src/thrift/c_glib/protocol/thrift_protocol_decorator.c:580:11: warning: format '%p' expects argument of type 'void *', but argument 4 has type 'gint32 (*)(ThriftProtocol *, const gchar *, const ThriftMessageType, const gint32, GError **)' {aka 'int (*)(struct _ThriftProtocol *, const char *, const ThriftMessageType, const int, struct _GError **)'} [-Wformat=] 580 | g_debug("Current decorator write_message_begin addr %p, new %p", cls->write_message_begin, thrift_protocol_decorator_write_message_begin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | gint32 (*)(ThriftProtocol *, const gchar *, const ThriftMessageType, const gint32, GError **) {aka int (*)(struct _ThriftProtocol *, const char *, const ThriftMessageType, const int, struct _GError **)} -
src/thrift/c_glib/protocol/thrift_protocol_decorator.c:580:11: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'gint32 (*)(ThriftProtocol *, const gchar *, const ThriftMessageType, const gint32, GError **)' {aka 'int (*)(struct _ThriftProtocol *, const char *, const ThriftMessageType, const int, struct _GError **)'} [-Wformat=] 580 | g_debug("Current decorator write_message_begin addr %p, new %p", cls->write_message_begin, thrift_protocol_decorator_write_message_begin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | gint32 (*)(ThriftProtocol *, const gchar *, const ThriftMessageType, const gint32, GError **) {aka int (*)(struct _ThriftProtocol *, const char *, const ThriftMessageType, const int, struct _GError **)} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:250:55: warning: pointer targets in passing argument 2 of 'thrift_ssl_socket_get_ssl_error' differ in signedness [-Wpointer-sign] 250 | thrift_ssl_socket_get_ssl_error(ssl_socket, (const guchar*)"Check socket data", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const guchar * {aka const unsigned char *} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:288:7: warning: 'ERR_remove_state' is deprecated: Since OpenSSL 1.0.0 [-Wdeprecated-declarations] 288 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:320:55: warning: pointer targets in passing argument 2 of 'thrift_ssl_socket_get_ssl_error' differ in signedness [-Wpointer-sign] 320 | thrift_ssl_socket_get_ssl_error(ssl_socket, (const guchar*)"Receive error", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const guchar * {aka const unsigned char *} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:356:55: warning: pointer targets in passing argument 2 of 'thrift_ssl_socket_get_ssl_error' differ in signedness [-Wpointer-sign] 356 | thrift_ssl_socket_get_ssl_error(ssl_socket, (const guchar*)"Send error", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const guchar * {aka const unsigned char *} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:433:55: warning: pointer targets in passing argument 2 of 'thrift_ssl_socket_get_ssl_error' differ in signedness [-Wpointer-sign] 433 | thrift_ssl_socket_get_ssl_error(ssl_socket, (const guchar*)"Error while connect/bind", THRIFT_SSL_SOCKET_ERROR_CONNECT_BIND, rc, error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const guchar * {aka const unsigned char *} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:491:11: warning: variable 'index' set but not used [-Wunused-but-set-variable=] 491 | int index = 0; | ^~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:683:3: warning: 'ERR_load_BIO_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 683 | ERR_load_BIO_strings(); | ^~~~~~~~~~~~~~~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:713:3: warning: 'ERR_remove_state' is deprecated: Since OpenSSL 1.0.0 [-Wdeprecated-declarations] 713 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:844:7: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 844 | context = SSL_CTX_new(TLSv1_method()); | ^~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:847:7: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 847 | context = SSL_CTX_new(TLSv1_1_method()); | ^~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:850:7: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 850 | context = SSL_CTX_new(TLSv1_2_method()); | ^~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:861:35: warning: pointer targets in passing argument 1 of 'thrift_ssl_socket_get_error' differ in signedness [-Wpointer-sign] 861 | thrift_ssl_socket_get_error((const guchar*)"No cipher overlay", THRIFT_SSL_SOCKET_ERROR_CIPHER_NOT_AVAILABLE, error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const guchar * {aka const unsigned char *} -
src/thrift/c_glib/transport/thrift_ssl_socket.c:89:13: warning: 'thrift_ssl_socket_static_locking_callback' defined but not used [-Wunused-function] 89 | static void thrift_ssl_socket_static_locking_callback(int mode, int n, const char* unk, int id) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/thrift/c_glib/transport/thrift_ssl_socket.c:80:22: warning: 'thrift_ssl_socket_static_id_function' defined but not used [-Wunused-function] 80 | static unsigned long thrift_ssl_socket_static_id_function(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
gen-c_glib/t_test_second_service.c:105:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 105 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_second_service.c:181:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 181 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_second_service.c:606:33: warning: unused variable 'dispatch_processor_class' [-Wunused-variable] 606 | ThriftDispatchProcessorClass *dispatch_processor_class = | ^~~~~~~~~~~~~~~~~~~~~~~~ -
gen-c_glib/t_test_thrift_test.c:231:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 231 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:297:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 297 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:385:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 385 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:461:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 461 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:567:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 567 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:643:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 643 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:743:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 743 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:819:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 819 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:919:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 919 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:995:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 995 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1095:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1095 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1171:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1171 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1271:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1271 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1347:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1347 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1447:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1447 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1523:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1523 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1632:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1632 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1708:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1708 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1810:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1810 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1886:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1886 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:1988:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 1988 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2096:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2096 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2224:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2224 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2332:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2332 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2472:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2472 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2577:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2577 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2698:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2698 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2787:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2787 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2907:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2907 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:2983:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 2983 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3085:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3085 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3161:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3161 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3261:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3261 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3337:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3337 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3493:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3493 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3569:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3569 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3735:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3735 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3893:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3893 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:3995:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 3995 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:4071:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 4071 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:4186:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 4186 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:4272:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 4272 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:4428:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 4428 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/t_test_thrift_test.c:7281:33: warning: unused variable 'dispatch_processor_class' [-Wunused-variable] 7281 | ThriftDispatchProcessorClass *dispatch_processor_class = | ^~~~~~~~~~~~~~~~~~~~~~~~ -
gen-c_glib/t_test_thrift_test_types.c:299:7: warning: cast between incompatible function types from 'void (*)(TTestBonkClass *)' {aka 'void (*)(struct _TTestBonkClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 299 | (GClassInitFunc) t_test_bonk_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:304:7: warning: cast between incompatible function types from 'void (*)(TTestBonk *)' {aka 'void (*)(struct _TTestBonk *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 304 | (GInstanceInitFunc) t_test_bonk_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:571:7: warning: cast between incompatible function types from 'void (*)(TTestBoolsClass *)' {aka 'void (*)(struct _TTestBoolsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 571 | (GClassInitFunc) t_test_bools_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:576:7: warning: cast between incompatible function types from 'void (*)(TTestBools *)' {aka 'void (*)(struct _TTestBools *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 576 | (GInstanceInitFunc) t_test_bools_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:950:7: warning: cast between incompatible function types from 'void (*)(TTestXtructClass *)' {aka 'void (*)(struct _TTestXtructClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 950 | (GClassInitFunc) t_test_xtruct_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:955:7: warning: cast between incompatible function types from 'void (*)(TTestXtruct *)' {aka 'void (*)(struct _TTestXtruct *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 955 | (GInstanceInitFunc) t_test_xtruct_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:1279:7: warning: cast between incompatible function types from 'void (*)(TTestXtruct2Class *)' {aka 'void (*)(struct _TTestXtruct2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 1279 | (GClassInitFunc) t_test_xtruct2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:1284:7: warning: cast between incompatible function types from 'void (*)(TTestXtruct2 *)' {aka 'void (*)(struct _TTestXtruct2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1284 | (GInstanceInitFunc) t_test_xtruct2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:1658:7: warning: cast between incompatible function types from 'void (*)(TTestXtruct3Class *)' {aka 'void (*)(struct _TTestXtruct3Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 1658 | (GClassInitFunc) t_test_xtruct3_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:1663:7: warning: cast between incompatible function types from 'void (*)(TTestXtruct3 *)' {aka 'void (*)(struct _TTestXtruct3 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1663 | (GInstanceInitFunc) t_test_xtruct3_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:2046:7: warning: cast between incompatible function types from 'void (*)(TTestInsanityClass *)' {aka 'void (*)(struct _TTestInsanityClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 2046 | (GClassInitFunc) t_test_insanity_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:2051:7: warning: cast between incompatible function types from 'void (*)(TTestInsanity *)' {aka 'void (*)(struct _TTestInsanity *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 2051 | (GInstanceInitFunc) t_test_insanity_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:2874:7: warning: cast between incompatible function types from 'void (*)(TTestCrazyNestingClass *)' {aka 'void (*)(struct _TTestCrazyNestingClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 2874 | (GClassInitFunc) t_test_crazy_nesting_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:2879:7: warning: cast between incompatible function types from 'void (*)(TTestCrazyNesting *)' {aka 'void (*)(struct _TTestCrazyNesting *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 2879 | (GInstanceInitFunc) t_test_crazy_nesting_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3390:7: warning: cast between incompatible function types from 'void (*)(TTestSomeUnionClass *)' {aka 'void (*)(struct _TTestSomeUnionClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 3390 | (GClassInitFunc) t_test_some_union_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3395:7: warning: cast between incompatible function types from 'void (*)(TTestSomeUnion *)' {aka 'void (*)(struct _TTestSomeUnion *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 3395 | (GInstanceInitFunc) t_test_some_union_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3677:7: warning: cast between incompatible function types from 'void (*)(TTestXceptionClass *)' {aka 'void (*)(struct _TTestXceptionClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 3677 | (GClassInitFunc) t_test_xception_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3682:7: warning: cast between incompatible function types from 'void (*)(TTestXception *)' {aka 'void (*)(struct _TTestXception *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 3682 | (GInstanceInitFunc) t_test_xception_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3968:7: warning: cast between incompatible function types from 'void (*)(TTestXception2Class *)' {aka 'void (*)(struct _TTestXception2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 3968 | (GClassInitFunc) t_test_xception2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:3973:7: warning: cast between incompatible function types from 'void (*)(TTestXception2 *)' {aka 'void (*)(struct _TTestXception2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 3973 | (GInstanceInitFunc) t_test_xception2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4121:7: warning: cast between incompatible function types from 'void (*)(TTestEmptyStructClass *)' {aka 'void (*)(struct _TTestEmptyStructClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 4121 | (GClassInitFunc) t_test_empty_struct_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4126:7: warning: cast between incompatible function types from 'void (*)(TTestEmptyStruct *)' {aka 'void (*)(struct _TTestEmptyStruct *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 4126 | (GInstanceInitFunc) t_test_empty_struct_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4358:7: warning: cast between incompatible function types from 'void (*)(TTestOneFieldClass *)' {aka 'void (*)(struct _TTestOneFieldClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 4358 | (GClassInitFunc) t_test_one_field_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4363:7: warning: cast between incompatible function types from 'void (*)(TTestOneField *)' {aka 'void (*)(struct _TTestOneField *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 4363 | (GInstanceInitFunc) t_test_one_field_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4691:7: warning: cast between incompatible function types from 'void (*)(TTestVersioningTestV1Class *)' {aka 'void (*)(struct _TTestVersioningTestV1Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 4691 | (GClassInitFunc) t_test_versioning_test_v1_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:4696:7: warning: cast between incompatible function types from 'void (*)(TTestVersioningTestV1 *)' {aka 'void (*)(struct _TTestVersioningTestV1 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 4696 | (GInstanceInitFunc) t_test_versioning_test_v1_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:5603:7: warning: cast between incompatible function types from 'void (*)(TTestVersioningTestV2Class *)' {aka 'void (*)(struct _TTestVersioningTestV2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 5603 | (GClassInitFunc) t_test_versioning_test_v2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:5608:7: warning: cast between incompatible function types from 'void (*)(TTestVersioningTestV2 *)' {aka 'void (*)(struct _TTestVersioningTestV2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 5608 | (GInstanceInitFunc) t_test_versioning_test_v2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:5928:7: warning: cast between incompatible function types from 'void (*)(TTestListTypeVersioningV1Class *)' {aka 'void (*)(struct _TTestListTypeVersioningV1Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 5928 | (GClassInitFunc) t_test_list_type_versioning_v1_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:5933:7: warning: cast between incompatible function types from 'void (*)(TTestListTypeVersioningV1 *)' {aka 'void (*)(struct _TTestListTypeVersioningV1 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 5933 | (GInstanceInitFunc) t_test_list_type_versioning_v1_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:6258:7: warning: cast between incompatible function types from 'void (*)(TTestListTypeVersioningV2Class *)' {aka 'void (*)(struct _TTestListTypeVersioningV2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 6258 | (GClassInitFunc) t_test_list_type_versioning_v2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:6263:7: warning: cast between incompatible function types from 'void (*)(TTestListTypeVersioningV2 *)' {aka 'void (*)(struct _TTestListTypeVersioningV2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 6263 | (GInstanceInitFunc) t_test_list_type_versioning_v2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:6565:7: warning: cast between incompatible function types from 'void (*)(TTestGuessProtocolStructClass *)' {aka 'void (*)(struct _TTestGuessProtocolStructClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 6565 | (GClassInitFunc) t_test_guess_protocol_struct_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:6570:7: warning: cast between incompatible function types from 'void (*)(TTestGuessProtocolStruct *)' {aka 'void (*)(struct _TTestGuessProtocolStruct *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 6570 | (GInstanceInitFunc) t_test_guess_protocol_struct_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7346:7: warning: cast between incompatible function types from 'void (*)(TTestLargeDeltasClass *)' {aka 'void (*)(struct _TTestLargeDeltasClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 7346 | (GClassInitFunc) t_test_large_deltas_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7351:7: warning: cast between incompatible function types from 'void (*)(TTestLargeDeltas *)' {aka 'void (*)(struct _TTestLargeDeltas *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 7351 | (GInstanceInitFunc) t_test_large_deltas_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7646:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsI32x2Class *)' {aka 'void (*)(struct _TTestNestedListsI32x2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 7646 | (GClassInitFunc) t_test_nested_lists_i32x2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7651:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsI32x2 *)' {aka 'void (*)(struct _TTestNestedListsI32x2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 7651 | (GInstanceInitFunc) t_test_nested_lists_i32x2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7978:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsI32x3Class *)' {aka 'void (*)(struct _TTestNestedListsI32x3Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 7978 | (GClassInitFunc) t_test_nested_lists_i32x3_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:7983:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsI32x3 *)' {aka 'void (*)(struct _TTestNestedListsI32x3 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 7983 | (GInstanceInitFunc) t_test_nested_lists_i32x3_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:8661:7: warning: cast between incompatible function types from 'void (*)(TTestNestedMixedx2Class *)' {aka 'void (*)(struct _TTestNestedMixedx2Class *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 8661 | (GClassInitFunc) t_test_nested_mixedx2_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:8666:7: warning: cast between incompatible function types from 'void (*)(TTestNestedMixedx2 *)' {aka 'void (*)(struct _TTestNestedMixedx2 *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 8666 | (GInstanceInitFunc) t_test_nested_mixedx2_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:8936:7: warning: cast between incompatible function types from 'void (*)(TTestListBonksClass *)' {aka 'void (*)(struct _TTestListBonksClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 8936 | (GClassInitFunc) t_test_list_bonks_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:8941:7: warning: cast between incompatible function types from 'void (*)(TTestListBonks *)' {aka 'void (*)(struct _TTestListBonks *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 8941 | (GInstanceInitFunc) t_test_list_bonks_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9275:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsBonkClass *)' {aka 'void (*)(struct _TTestNestedListsBonkClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 9275 | (GClassInitFunc) t_test_nested_lists_bonk_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9280:7: warning: cast between incompatible function types from 'void (*)(TTestNestedListsBonk *)' {aka 'void (*)(struct _TTestNestedListsBonk *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 9280 | (GInstanceInitFunc) t_test_nested_lists_bonk_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9564:7: warning: cast between incompatible function types from 'void (*)(TTestBoolTestClass *)' {aka 'void (*)(struct _TTestBoolTestClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 9564 | (GClassInitFunc) t_test_bool_test_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9569:7: warning: cast between incompatible function types from 'void (*)(TTestBoolTest *)' {aka 'void (*)(struct _TTestBoolTest *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 9569 | (GInstanceInitFunc) t_test_bool_test_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9812:7: warning: cast between incompatible function types from 'void (*)(TTestStructAClass *)' {aka 'void (*)(struct _TTestStructAClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 9812 | (GClassInitFunc) t_test_struct_a_class_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:9817:7: warning: cast between incompatible function types from 'void (*)(TTestStructA *)' {aka 'void (*)(struct _TTestStructA *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 9817 | (GInstanceInitFunc) t_test_struct_a_instance_init, | ^ -
gen-c_glib/t_test_thrift_test_types.c:10111:7: warning: cast between incompatible function types from 'void (*)(TTestStructBClass *)' {aka 'void (*)(struct _TTestStructBClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10116:7: warning: cast between incompatible function types from 'void (*)(TTestStructB *)' {aka 'void (*)(struct _TTestStructB *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10404:7: warning: cast between incompatible function types from 'void (*)(TTestOptionalSetDefaultTestClass *)' {aka 'void (*)(struct _TTestOptionalSetDefaultTestClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10409:7: warning: cast between incompatible function types from 'void (*)(TTestOptionalSetDefaultTest *)' {aka 'void (*)(struct _TTestOptionalSetDefaultTest *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10822:7: warning: cast between incompatible function types from 'void (*)(TTestOptionalBinaryClass *)' {aka 'void (*)(struct _TTestOptionalBinaryClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10827:7: warning: cast between incompatible function types from 'void (*)(TTestOptionalBinary *)' {aka 'void (*)(struct _TTestOptionalBinary *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10969:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestVoidArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestVoidArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:10974:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestVoidArgs *)' {aka 'void (*)(struct _TTestThriftTestTestVoidArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11114:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestVoidResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestVoidResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11119:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestVoidResult *)' {aka 'void (*)(struct _TTestThriftTestTestVoidResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11355:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestStringArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11360:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringArgs *)' {aka 'void (*)(struct _TTestThriftTestTestStringArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11598:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestStringResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11603:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringResult *)' {aka 'void (*)(struct _TTestThriftTestTestStringResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11826:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBoolArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestBoolArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:11831:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBoolArgs *)' {aka 'void (*)(struct _TTestThriftTestTestBoolArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12056:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBoolResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestBoolResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12061:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBoolResult *)' {aka 'void (*)(struct _TTestThriftTestTestBoolResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12286:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestByteArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestByteArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12291:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestByteArgs *)' {aka 'void (*)(struct _TTestThriftTestTestByteArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12518:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestByteResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestByteResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12523:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestByteResult *)' {aka 'void (*)(struct _TTestThriftTestTestByteResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12748:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI32ArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestI32ArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12753:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI32Args *)' {aka 'void (*)(struct _TTestThriftTestTestI32Args *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12980:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI32ResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestI32ResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:12985:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI32Result *)' {aka 'void (*)(struct _TTestThriftTestTestI32Result *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13210:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI64ArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestI64ArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13215:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI64Args *)' {aka 'void (*)(struct _TTestThriftTestTestI64Args *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13442:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI64ResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestI64ResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13447:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestI64Result *)' {aka 'void (*)(struct _TTestThriftTestTestI64Result *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13672:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestDoubleArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestDoubleArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13677:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestDoubleArgs *)' {aka 'void (*)(struct _TTestThriftTestTestDoubleArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13904:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestDoubleResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestDoubleResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:13909:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestDoubleResult *)' {aka 'void (*)(struct _TTestThriftTestTestDoubleResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14148:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBinaryArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestBinaryArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14153:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBinaryArgs *)' {aka 'void (*)(struct _TTestThriftTestTestBinaryArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14394:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBinaryResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestBinaryResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14399:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestBinaryResult *)' {aka 'void (*)(struct _TTestThriftTestTestBinaryResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14631:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStructArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestStructArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14636:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStructArgs *)' {aka 'void (*)(struct _TTestThriftTestTestStructArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14870:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStructResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestStructResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:14875:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStructResult *)' {aka 'void (*)(struct _TTestThriftTestTestStructResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15107:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestNestArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestNestArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15112:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestNestArgs *)' {aka 'void (*)(struct _TTestThriftTestTestNestArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15346:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestNestResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestNestResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15351:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestNestResult *)' {aka 'void (*)(struct _TTestThriftTestTestNestResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15641:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestMapArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15646:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapArgs *)' {aka 'void (*)(struct _TTestThriftTestTestMapArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15938:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestMapResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:15943:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapResult *)' {aka 'void (*)(struct _TTestThriftTestTestMapResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16245:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringMapArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestStringMapArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16250:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringMapArgs *)' {aka 'void (*)(struct _TTestThriftTestTestStringMapArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16554:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringMapResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestStringMapResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16559:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestStringMapResult *)' {aka 'void (*)(struct _TTestThriftTestTestStringMapResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16839:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestSetArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestSetArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:16844:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestSetArgs *)' {aka 'void (*)(struct _TTestThriftTestTestSetArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17126:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestSetResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestSetResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17131:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestSetResult *)' {aka 'void (*)(struct _TTestThriftTestTestSetResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17394:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestListArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestListArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17399:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestListArgs *)' {aka 'void (*)(struct _TTestThriftTestTestListArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17664:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestListResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestListResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17669:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestListResult *)' {aka 'void (*)(struct _TTestThriftTestTestListResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17895:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestEnumArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestEnumArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:17900:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestEnumArgs *)' {aka 'void (*)(struct _TTestThriftTestTestEnumArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18128:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestEnumResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestEnumResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18133:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestEnumResult *)' {aka 'void (*)(struct _TTestThriftTestTestEnumResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18358:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestTypedefArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestTypedefArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18363:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestTypedefArgs *)' {aka 'void (*)(struct _TTestThriftTestTestTypedefArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18590:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestTypedefResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestTypedefResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18595:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestTypedefResult *)' {aka 'void (*)(struct _TTestThriftTestTestTypedefResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18820:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapMapArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestMapMapArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:18825:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapMapArgs *)' {aka 'void (*)(struct _TTestThriftTestTestMapMapArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19177:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapMapResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestMapMapResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19182:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMapMapResult *)' {aka 'void (*)(struct _TTestThriftTestTestMapMapResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19414:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestInsanityArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestInsanityArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19419:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestInsanityArgs *)' {aka 'void (*)(struct _TTestThriftTestTestInsanityArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19781:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestInsanityResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestInsanityResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:19786:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestInsanityResult *)' {aka 'void (*)(struct _TTestThriftTestTestInsanityResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20313:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestMultiArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20318:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiArgs *)' {aka 'void (*)(struct _TTestThriftTestTestMultiArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20552:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestMultiResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20557:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiResult *)' {aka 'void (*)(struct _TTestThriftTestTestMultiResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20793:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestExceptionArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestExceptionArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:20798:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestExceptionArgs *)' {aka 'void (*)(struct _TTestThriftTestTestExceptionArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21040:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestExceptionResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestExceptionResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21045:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestExceptionResult *)' {aka 'void (*)(struct _TTestThriftTestTestExceptionResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21338:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiExceptionArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestMultiExceptionArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21343:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiExceptionArgs *)' {aka 'void (*)(struct _TTestThriftTestTestMultiExceptionArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21703:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiExceptionResultClass *)' {aka 'void (*)(struct _TTestThriftTestTestMultiExceptionResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21708:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestMultiExceptionResult *)' {aka 'void (*)(struct _TTestThriftTestTestMultiExceptionResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21933:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestOnewayArgsClass *)' {aka 'void (*)(struct _TTestThriftTestTestOnewayArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:21938:7: warning: cast between incompatible function types from 'void (*)(TTestThriftTestTestOnewayArgs *)' {aka 'void (*)(struct _TTestThriftTestTestOnewayArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:22174:7: warning: cast between incompatible function types from 'void (*)(TTestSecondServiceSecondtestStringArgsClass *)' {aka 'void (*)(struct _TTestSecondServiceSecondtestStringArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:22179:7: warning: cast between incompatible function types from 'void (*)(TTestSecondServiceSecondtestStringArgs *)' {aka 'void (*)(struct _TTestSecondServiceSecondtestStringArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:22417:7: warning: cast between incompatible function types from 'void (*)(TTestSecondServiceSecondtestStringResultClass *)' {aka 'void (*)(struct _TTestSecondServiceSecondtestStringResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] -
gen-c_glib/t_test_thrift_test_types.c:22422:7: warning: cast between incompatible function types from 'void (*)(TTestSecondServiceSecondtestStringResult *)' {aka 'void (*)(struct _TTestSecondServiceSecondtestStringResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] -
gen-c_glib/shared_service.c:105:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 105 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/shared_service.c:181:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 181 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/shared_service.c:600:33: warning: unused variable 'dispatch_processor_class' [-Wunused-variable] 600 | ThriftDispatchProcessorClass *dispatch_processor_class = | ^~~~~~~~~~~~~~~~~~~~~~~~ -
gen-c_glib/shared_types.c:283:7: warning: cast between incompatible function types from 'void (*)(SharedStructClass *)' {aka 'void (*)(struct _SharedStructClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 283 | (GClassInitFunc) shared_struct_class_init, | ^ -
gen-c_glib/shared_types.c:288:7: warning: cast between incompatible function types from 'void (*)(SharedStruct *)' {aka 'void (*)(struct _SharedStruct *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 288 | (GInstanceInitFunc) shared_struct_instance_init, | ^ -
gen-c_glib/shared_types.c:515:7: warning: cast between incompatible function types from 'void (*)(SharedServiceGetStructArgsClass *)' {aka 'void (*)(struct _SharedServiceGetStructArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 515 | (GClassInitFunc) shared_service_get_struct_args_class_init, | ^ -
gen-c_glib/shared_types.c:520:7: warning: cast between incompatible function types from 'void (*)(SharedServiceGetStructArgs *)' {aka 'void (*)(struct _SharedServiceGetStructArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 520 | (GInstanceInitFunc) shared_service_get_struct_args_instance_init, | ^ -
gen-c_glib/shared_types.c:754:7: warning: cast between incompatible function types from 'void (*)(SharedServiceGetStructResultClass *)' {aka 'void (*)(struct _SharedServiceGetStructResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 754 | (GClassInitFunc) shared_service_get_struct_result_class_init, | ^ -
gen-c_glib/shared_types.c:759:7: warning: cast between incompatible function types from 'void (*)(SharedServiceGetStructResult *)' {aka 'void (*)(struct _SharedServiceGetStructResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 759 | (GInstanceInitFunc) shared_service_get_struct_result_instance_init, | ^ -
gen-c_glib/calculator.c:80:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 80 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:146:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 146 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:234:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 234 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:320:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 320 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:420:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 420 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:506:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 506 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/calculator.c:633:12: warning: variable 'xfer' set but not used [-Wunused-but-set-variable=] 633 | gint32 xfer = 0; | ^~~~ -
gen-c_glib/tutorial_types.c:392:7: warning: cast between incompatible function types from 'void (*)(WorkClass *)' {aka 'void (*)(struct _WorkClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 392 | (GClassInitFunc) work_class_init, | ^ -
gen-c_glib/tutorial_types.c:397:7: warning: cast between incompatible function types from 'void (*)(Work *)' {aka 'void (*)(struct _Work *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 397 | (GInstanceInitFunc) work_instance_init, | ^ -
gen-c_glib/tutorial_types.c:679:7: warning: cast between incompatible function types from 'void (*)(InvalidOperationClass *)' {aka 'void (*)(struct _InvalidOperationClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 679 | (GClassInitFunc) invalid_operation_class_init, | ^ -
gen-c_glib/tutorial_types.c:684:7: warning: cast between incompatible function types from 'void (*)(InvalidOperation *)' {aka 'void (*)(struct _InvalidOperation *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 684 | (GInstanceInitFunc) invalid_operation_instance_init, | ^ -
gen-c_glib/tutorial_types.c:852:7: warning: cast between incompatible function types from 'void (*)(CalculatorPingArgsClass *)' {aka 'void (*)(struct _CalculatorPingArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 852 | (GClassInitFunc) calculator_ping_args_class_init, | ^ -
gen-c_glib/tutorial_types.c:857:7: warning: cast between incompatible function types from 'void (*)(CalculatorPingArgs *)' {aka 'void (*)(struct _CalculatorPingArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 857 | (GInstanceInitFunc) calculator_ping_args_instance_init, | ^ -
gen-c_glib/tutorial_types.c:997:7: warning: cast between incompatible function types from 'void (*)(CalculatorPingResultClass *)' {aka 'void (*)(struct _CalculatorPingResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 997 | (GClassInitFunc) calculator_ping_result_class_init, | ^ -
gen-c_glib/tutorial_types.c:1002:7: warning: cast between incompatible function types from 'void (*)(CalculatorPingResult *)' {aka 'void (*)(struct _CalculatorPingResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1002 | (GInstanceInitFunc) calculator_ping_result_instance_init, | ^ -
gen-c_glib/tutorial_types.c:1273:7: warning: cast between incompatible function types from 'void (*)(CalculatorAddArgsClass *)' {aka 'void (*)(struct _CalculatorAddArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 1273 | (GClassInitFunc) calculator_add_args_class_init, | ^ -
gen-c_glib/tutorial_types.c:1278:7: warning: cast between incompatible function types from 'void (*)(CalculatorAddArgs *)' {aka 'void (*)(struct _CalculatorAddArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1278 | (GInstanceInitFunc) calculator_add_args_instance_init, | ^ -
gen-c_glib/tutorial_types.c:1505:7: warning: cast between incompatible function types from 'void (*)(CalculatorAddResultClass *)' {aka 'void (*)(struct _CalculatorAddResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 1505 | (GClassInitFunc) calculator_add_result_class_init, | ^ -
gen-c_glib/tutorial_types.c:1510:7: warning: cast between incompatible function types from 'void (*)(CalculatorAddResult *)' {aka 'void (*)(struct _CalculatorAddResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1510 | (GInstanceInitFunc) calculator_add_result_instance_init, | ^ -
gen-c_glib/tutorial_types.c:1788:7: warning: cast between incompatible function types from 'void (*)(CalculatorCalculateArgsClass *)' {aka 'void (*)(struct _CalculatorCalculateArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 1788 | (GClassInitFunc) calculator_calculate_args_class_init, | ^ -
gen-c_glib/tutorial_types.c:1793:7: warning: cast between incompatible function types from 'void (*)(CalculatorCalculateArgs *)' {aka 'void (*)(struct _CalculatorCalculateArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 1793 | (GInstanceInitFunc) calculator_calculate_args_instance_init, | ^ -
gen-c_glib/tutorial_types.c:2083:7: warning: cast between incompatible function types from 'void (*)(CalculatorCalculateResultClass *)' {aka 'void (*)(struct _CalculatorCalculateResultClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 2083 | (GClassInitFunc) calculator_calculate_result_class_init, | ^ -
gen-c_glib/tutorial_types.c:2088:7: warning: cast between incompatible function types from 'void (*)(CalculatorCalculateResult *)' {aka 'void (*)(struct _CalculatorCalculateResult *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 2088 | (GInstanceInitFunc) calculator_calculate_result_instance_init, | ^ -
gen-c_glib/tutorial_types.c:2228:7: warning: cast between incompatible function types from 'void (*)(CalculatorZipArgsClass *)' {aka 'void (*)(struct _CalculatorZipArgsClass *)'} to 'void (*)(void *, void *)' [-Wcast-function-type] 2228 | (GClassInitFunc) calculator_zip_args_class_init, | ^ -
gen-c_glib/tutorial_types.c:2233:7: warning: cast between incompatible function types from 'void (*)(CalculatorZipArgs *)' {aka 'void (*)(struct _CalculatorZipArgs *)'} to 'void (*)(GTypeInstance *, void *)' {aka 'void (*)(struct _GTypeInstance *, void *)'} [-Wcast-function-type] 2233 | (GInstanceInitFunc) calculator_zip_args_instance_init, | ^