zanmato1984 opened a new pull request, #46509: URL: https://github.com/apache/arrow/pull/46509
### Rationale for this change A warning is introduced in Clang 19.1.0 and AppleClang 17.0.0 that won't be demoted by `-Wno-error`, causing opentelemetry-cpp build failure. ### What changes are included in this PR? Add compiler flag `-Wno-error=missing-template-arg-list-after-template-kw` suppress such warning on target Clang versions. ### Are these changes tested? Manually build pass. ### Are there any user-facing changes? None. -- 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