zclllyybb commented on code in PR #52820:
URL: https://github.com/apache/doris/pull/52820#discussion_r2193893264


##########
be/test/io/cache/block_file_cache_test_common.h:
##########
@@ -74,14 +74,21 @@ extern int disk_used_percentage(const std::string& path, 
std::pair<int, int>* pe
 extern fs::path caches_dir;
 extern std::string cache_base_path;
 extern std::string tmp_file;
-
+#if defined(__clang__)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunknown-warning-option"
+#pragma clang diagnostic ignored "-Wdeprecated-literal-operator"
+#endif
 constexpr unsigned long long operator"" _mb(unsigned long long m) {

Review Comment:
   dont ignore warning. just fix like:
   ```suggestion
   constexpr unsigned long long operator""_mb(unsigned long long m) {
   ```



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