pitrou commented on issue #44372: URL: https://github.com/apache/arrow/issues/44372#issuecomment-2408460688
Judging by https://github.com/llvm/llvm-project/pull/67766#issuecomment-1754440801 , we are lacking a cast to `void*` or `char*` so as to drop the alignment requirement. I find this utterly weird, since the `memcpy` signature only involves `void*` pointers, but apparently that implicit cast is not enough to appease clang-18. -- 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]
