raulcd opened a new pull request, #44789:
URL: https://github.com/apache/arrow/pull/44789

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to