hello-stephen opened a new pull request, #67380: URL: https://github.com/apache/doris/pull/67380
### What problem does this PR solve? The branch-4.1 ARM build uses Clang 20 with warnings treated as errors. `append_frame` is only called inside the x86_64 libunwind path, so compiling on ARM fails with `unused function append_frame`. ### Release note None ### Check List - [x] Added the same architecture and libunwind guard used by the only call site. - [x] Recompiled the exact failed Ninja object on the ARM CI agent with Clang 20. - [x] No user-visible behavior change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
