Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change I was getting some `-Wmaybe-uninitialized` warnings locally when building, see original issue for log. ### What changes are included in this PR? A couple of minor changes to avoid the warnings, initializing a variable and removing an unnecessary one. ### Are these changes tested? Code will be tested via CI and I can confirm I can compile without warnings now: ``` $ cmake --build arrow/cpp/build --target install -- -j 8 [411/412] Install the project... -- Install configuration: "RELEASE" ``` ### Are there any user-facing changes? No * GitHub Issue: #44788 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information