Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Clang warning from https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/thread_pool_benchmark.cc#L113, as the return value of type 'Result' is not used.
Wrap it with ABORT_NOT_OK() fixes the issue.
[43/236] Building CXX object src/arrow/util/CMakeFiles/arrow-thread-pool-benchmark.dir/thread_pool_benchmark.cc.o ../src/arrow/util/thread_pool_benchmark.cc:113:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] SerialExecutor::RunInSerialExecutor<arrow::detail::Empty>( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attachments
Issue Links
- links to