BiteTheDDDDt commented on code in PR #51042:
URL: https://github.com/apache/doris/pull/51042#discussion_r2095482405


##########
be/CMakeLists.txt:
##########
@@ -312,6 +312,7 @@ if (COMPILER_CLANG)
                         -Wunused-template
                         -Wunused-member-function
                         -Wunused-macros
+                        -Wdeprecated-declarations

Review Comment:
   we add Wno-deprecated-declarations on line 285 coz clang19 has some error on 
this check, we need enable this after upgrade compile toolchain



-- 
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]

Reply via email to