mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed unused value warning
This commit is contained in:
parent
424ae4686e
commit
4b0cbdb4a4
@ -84,7 +84,7 @@ namespace UnicodeBar
|
||||
dst = checkedCopy(&FRACTIONAL_BARS[(remainder - 1) * UNICODE_BAR_CHAR_SIZE], UNICODE_BAR_CHAR_SIZE, dst, dst_end);
|
||||
}
|
||||
|
||||
dst = checkedCopy("\0", 1, dst, dst_end);
|
||||
checkedCopy("\0", 1, dst, dst_end);
|
||||
}
|
||||
|
||||
std::string render(double width)
|
||||
|
Loading…
Reference in New Issue
Block a user