Snippets for apache-arrow 24.0.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/56h3n87jlnhlvwjhmrmh1z565qhkyshp-arrow-cpp-24.0.0.drv.
-
/build/source/cpp/src/arrow/vendored/datetime/tz.cpp:485:1: warning: 'std::string arrow_vendored::date::discover_tz_dir()' defined but not used [-Wunused-function] 485 | discover_tz_dir() | ^~~~~~~~~~~~~~~ -
/build/source/cpp/src/arrow/util/bitmap.h:369:9: warning: '*(long unsigned int*)((char*)&<unnamed> + offsetof(arrow::internal::BitmapWordWriter<long unsigned int, true>,arrow::internal::BitmapWordWriter<long unsigned int, true>::current_data))' may be used uninitialized [-Wmaybe-uninitialized] 369 | writers[i] = BitmapWordWriter<Word>(out_bitmap.mutable_data_, out_bitmap.offset_, | ^~~~~~~ -
/build/source/cpp/src/parquet/statistics.cc:858:11: warning: dangling pointer to 'max' may be used [-Wdangling-pointer=] 858 | Copy(comparator_->Compare(max_, max) ? max : max_, &max_, max_buffer_.get()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/qrn789mrv652j7f5bcjp367npzpcyvdi-gcc-15.3.0/include/c++/15.3.0/bits/new_allocator.h:172:66: warning: 'void operator delete(void*, std::size_t)' called on pointer '__result' with nonzero offset 32 [-Wfree-nonheap-object] 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^