lidavidm opened a new pull request, #917:
URL: https://github.com/apache/arrow-adbc/pull/917

   According to [this StackOverflow 
answer](https://stackoverflow.com/questions/61240589/how-to-initialize-a-struct-to-0-in-c),
 `struct Foo foo = {0}` isn't reliable for zero-initializing a struct. We don't 
define any default initializers because these are C structs, but regardless, 
GCC isn't happy, so let's be fully explicit.
   
   Fixes #845.


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