pitrou commented on issue #49137:
URL: https://github.com/apache/arrow/issues/49137#issuecomment-3847200119

   It seems the attribute [should 
be](https://clang.llvm.org/docs/AttributeReference.html#availability):
   ```
   __attribute__((availability(macos, strict, introduced = 99.0, message="see 
https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk";)))
   ```
   
   but according to the error message it is actually:
   ```
   __attribute__((macos, strict, introduced = 99.0, message="see 
https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk";))
   ```
   
   (note: missing "availability" and parentheses)


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