fix compiler warnings (GCC + Clang)
This commit is contained in:
@@ -30,7 +30,6 @@ class TomlReader : BasicParser<char> {
|
||||
// todo: extract common part
|
||||
std::string parseMultilineString() {
|
||||
pos += 2;
|
||||
char next = peek();
|
||||
|
||||
std::stringstream ss;
|
||||
while (hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user