paleolimbot commented on code in PR #448:
URL: https://github.com/apache/arrow-nanoarrow/pull/448#discussion_r1737653271
##########
meson.build:
##########
@@ -35,6 +35,12 @@ project(
# add_project_arguments(['-fvisibility=hidden'], language: 'cpp')
# endif
+cpp = meson.get_compiler('cpp')
+add_project_arguments(
+ cpp.get_supported_arguments(['-Wno-misleading-indentation']),
Review Comment:
This had been fixed (https://github.com/apache/arrow-nanoarrow/pull/420) but
we revendored flatcc and regenerated the header. I think ignoring for now is
fine (although I'd like to redo the fix at some point since these errors show
up when compiling Python and obscure other actual warnings!)
--
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]