WillAyd commented on code in PR #448:
URL: https://github.com/apache/arrow-nanoarrow/pull/448#discussion_r1745724686
##########
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:
Ended up changing the subproject to use the same git hash. Can relook at the
design in a separate PR, but the Meson subproject approach does generally make
things much simpler from a build configuration standpoint
--
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]