hiroyuki-sato opened a new issue, #46523: URL: https://github.com/apache/arrow/issues/46523
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/15151127946/job/42597326461#step:6:2702 ``` /../arrow/c_glib/arrow-glib/basic-data-type.cpp: In function 'GArrowFixedShapeTensorDataType* garrow_fixed_shape_tensor_data_type_new(GArrowDataType*, const gint64*, gsize, const gint64*, gsize, const gchar**, gsize, GError**)': ../../arrow/c_glib/arrow-glib/basic-data-type.cpp:2367:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsize' {aka 'long unsigned int'} [-Wsign-compare] 2367 | for (int i = 0; i < shape_length; i++) { | ~~^~~~~~~~~~~~~~ ../../arrow/c_glib/arrow-glib/basic-data-type.cpp:2371:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsize' {aka 'long unsigned int'} [-Wsign-compare] 2371 | for (int i = 0; i < permutation_length; i++) { | ~~^~~~~~~~~~~~~~~~~~~~ ../../arrow/c_glib/arrow-glib/basic-data-type.cpp:2375:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsize' {aka 'long unsigned int'} [-Wsign-compare] 2375 | for (int i = 0; i < n_dim_names; i++) { | ~~^~~~~~~~~~~~~ ``` ### Component(s) GLib -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org