github-actions[bot] commented on code in PR #31357: URL: https://github.com/apache/doris/pull/31357#discussion_r1500840418
########## be/src/common/compiler_util.h: ########## @@ -50,4 +50,4 @@ #define ALIGN_CACHE_LINE __attribute__((aligned(CACHE_LINE_SIZE))) -#define PURE __attribute_pure__ +#define PURE __attribute__((pure)) Review Comment: warning: macro is not used [clang-diagnostic-unused-macros] ```cpp #define PURE __attribute__((pure)) ^ ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org