github-actions[bot] commented on code in PR #42202: URL: https://github.com/apache/doris/pull/42202#discussion_r1808432489
########## be/src/common/compile_check_begin.h: ########## @@ -15,10 +15,16 @@ // specific language governing permissions and limitations // under the License. +#ifdef COMPILE_CHECK +#error The handling of compile_check_begin.h and compile_check_end.h is not done correctly. +#endif + +#define COMPILE_CHECK Review Comment: warning: macro is not used [clang-diagnostic-unused-macros] ```cpp #define COMPILE_CHECK ^ ``` -- 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