paleolimbot opened a new issue, #224:
URL: https://github.com/apache/arrow-nanoarrow/issues/224

   In #221 I fixed an error where I had forgotten to check `ArrowErrorCode`. 
David suggested:
   
   > Seems like you could guard against forgetting with `-Wunused-result` and 
manually annotating functions with the (compiler specific) 
`__attribute__((warn_unused_result))` though that is rather a hassle
   
   I believe there is also a macro for checking printf that's used in ADBC. 
That would also be useful to check calls to `ArrowErrorSet()` (some of which 
are difficult to actually hit in test code).


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