paleolimbot commented on code in PR #365:
URL: https://github.com/apache/arrow-nanoarrow/pull/365#discussion_r1459736152


##########
src/nanoarrow/array_stream.c:
##########
@@ -19,6 +19,8 @@
 
 #include "nanoarrow.h"
 
+#define NANOARROW_UNUSED(x) (void)(x)

Review Comment:
   Would you mind moving this to nanoarrow_types.h? Then it will be accessible 
to all of these files (and you can use it in array_inline.h). There are a few 
other macro definitions along these lines there as well 🙂 



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