Snippets for apache-arrow 24.0.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/py312-pyarrow/24.0.0/150arm64-default.log.
-
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:211:42: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 211 | return SafeCallIntoPython([=] { return file_->Seek(position, 0); }); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:215:63: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 215 | return SafeCallIntoPython([=]() -> Result<int64_t> { return file_->Tell(); }); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:221:19: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 221 | RETURN_NOT_OK(file_->Read(nbytes, bytes.ref())); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:244:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 244 | if (file_->HasReadBuffer()) { | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:258:19: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 258 | RETURN_NOT_OK(Seek(position)); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:266:19: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 266 | RETURN_NOT_OK(Seek(position)); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:273:53: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 273 | ARROW_ASSIGN_OR_RAISE(int64_t current_position, file_->Tell()); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:297:44: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 297 | return SafeCallIntoPython([=]() { return file_->Abort(); }); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:301:44: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 301 | return SafeCallIntoPython([=]() { return file_->Close(); }); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:317:5: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 317 | position_ += nbytes; | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:324:5: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 324 | position_ += buffer->size(); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/io.cc:355:7: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 355 | cb_(arg_->obj(), src, &dest); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:44:27: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 44 | const Status status = vtable_.authenticate(handler_.obj(), outgoing, incoming); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:53:27: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 53 | const Status status = vtable_.is_valid(handler_.obj(), token, peer_identity); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:69:27: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 69 | const Status status = vtable_.authenticate(handler_.obj(), outgoing, incoming); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:77:27: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 77 | const Status status = vtable_.get_token(handler_.obj(), token); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:213:31: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 213 | const Status status = callback_(generator_.obj(), &result); | ^ -
/wrkdirs/usr/ports/databases/py-pyarrow/work-py312/pyarrow-24.0.0/pyarrow/src/arrow/python/flight.cc:254:27: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 254 | const Status status = callback_(generator_.obj(), &payload); | ^ -
/tmp/tmpmvqclpij/build/lib.cpp:27875:21: warning: 'timezone_db_path' is deprecated: Deprecated in 24.0.0. Only needed for Clang/libc++ on Windows. [-Wdeprecated-declarations]
-
/tmp/tmpmvqclpij/build/lib.cpp:261155:51: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/lib.cpp:265593:51: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/lib.cpp:266248:62: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/lib.cpp:267086:42: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/lib.cpp:267149:42: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_csv.cpp:27646:43: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset.cpp:45619:40: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset.cpp:45793:40: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset.cpp:48264:28: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset.cpp:48906:28: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset.cpp:53584:28: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset_parquet.cpp:25749:40: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_dataset_parquet.cpp:25923:40: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
-
/tmp/tmpmvqclpij/build/_flight.cpp:33610:34: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]