mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Two more fixes for PVS-Studio
This commit is contained in:
parent
57d8dac95d
commit
6577ecec90
@ -70,6 +70,7 @@ public:
|
||||
ptr_begin = rhs.ptr_begin;
|
||||
ptr_end = rhs.ptr_end;
|
||||
level = rhs.level;
|
||||
return *this;
|
||||
}
|
||||
|
||||
const char * data() const { return ptr_begin; }
|
||||
|
Loading…
Reference in New Issue
Block a user