hiroyuki-sato opened a new issue, #46690: URL: https://github.com/apache/arrow/issues/46690
### Describe the bug, including details regarding any error messages, version, and platform. * macOS: 15.5 * clang: Apple clang version 17.0.0 (clang-1700.0.13.5) * source: f1c6619332a280625a2381b03b2fd4a0722db82f ``` meson setup \ --backend=ninja \ --prefix=/tmp/local \ --libdir=lib \ --pkg-config-path=/tmp/local/lib/pkgconfig \ -Ddoc=false \ -Dvapi=false \ -Dwerror=false \ c_glib.build \ c_glib ninja -C c_glib.build all ``` ``` [8/103] Compiling C++ object arrow-glib/libarrow-glib.2100.dylib.p/codec.cpp.o In file included from ../c_glib/arrow-glib/codec.cpp:20: In file included from ../c_glib/arrow-glib/codec.hpp:22: In file included from /tmp/local/include/arrow/util/compression.h:20: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdint:143: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:48:6: warning: "_LIBCPP_ENABLE_ASSERTIONS is deprecated, please use _LIBCPP_HARDENING_MODE instead" [-W#warnings] 48 | # warning "_LIBCPP_ENABLE_ASSERTIONS is deprecated, please use _LIBCPP_HARDENING_MODE instead" | ^ 1 warning generated. ``` ### 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