mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Fix clang-tidy warning
This commit is contained in:
parent
d14b8a9ad6
commit
683080be53
@ -158,7 +158,7 @@ struct formatter<spdlog::details::dump_info<T>>
|
||||
|
||||
}
|
||||
|
||||
put_newline(inserter, i - the_range.begin());
|
||||
put_newline(inserter, static_cast<size_t >(i - the_range.begin()));
|
||||
|
||||
// put first byte without delimiter in front of it
|
||||
*inserter++ = hex_chars[(ch >> 4) & 0x0f];
|
||||
|
Loading…
Reference in New Issue
Block a user