-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Labels
component/computemay-affects-6.2severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Normal building TiFlash.
2. What did you expect to see? (Required)
Successful build
3. What did you see instead (Required)
error: format specifies type 'unsigned long' but the argument has type 'DB::UInt64' (aka 'unsigned long long') [-Werror,-Wformat]
int print_size = sprintf(reinterpret_cast<char *>(&res_chars[prev_res_offset]), "%lX", number);
4. What is your TiFlash version? (Required)
TiFlash version: master
Compiler version: Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component/computemay-affects-6.2severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.