Commits


Benjamin Kietzman authored and Neal Richardson committed 91a4ec9b6eb
ARROW-11190: [C++] Clean up compiler warnings Some unused variables: - https://github.com/apache/arrow/runs/1669466544#step:8:1434 Some maybe uninitialized: - https://github.com/apache/arrow/runs/1669466544#step:8:1498 Closes #9141 from bkietz/11190-Clean-up-compiler-warning Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>