lukester1975 commented on PR #33940: URL: https://github.com/apache/arrow/pull/33940#issuecomment-1410001570
Just to add a few more bits of info: * I hadn't noticed this with clang on Linux as I was using arrow v9 there * arrow v10 and any clang 15 version seems to show the issue (but only a warning with clang; hard error with clang-cl) * Clang 16 has https://github.com/llvm/llvm-project/commit/38b9d313e6945804fffc654f849cfa05ba2c713d * I have a clang 16 build on Linux and indeed there's no warning raised. I'm not going to try building clang-cl 16, though 😀 Still, no doubt you want a warning free experience for clang 15 (or error free for clang-cl) users! Thanks -- 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]
