WillAyd commented on code in PR #46142:
URL: https://github.com/apache/arrow/pull/46142#discussion_r2042912834


##########
cpp/meson.build:
##########
@@ -24,7 +24,7 @@ project(
     meson_version: '>=1.3.0',
     default_options: [
         'buildtype=release',
-        'c_std=c99',
+        'c_std=gnu11,c11',

Review Comment:
   I bumped this to C11 as that is what the CMake configuration uses, but it 
also appears that the c-ares dependency requires some POSIX extensions



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to