Fix build warnings in tests
This commit is contained in:
parent
f7bf460c87
commit
230f89d0ff
2 changed files with 25 additions and 27 deletions
|
|
@ -8,8 +8,6 @@ using std::pair;
|
|||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
static const size_t UTF8_MAX_CHAR_SIZE = 4;
|
||||
|
||||
SpyInput::SpyInput(string content, size_t chars_per_chunk) :
|
||||
chars_per_chunk(chars_per_chunk),
|
||||
buffer(nullptr),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue