Quiet the CLang compiler.
(It's a false-positive, but CLang doesn't seem to know any better.)
This commit is contained in:
parent
df4226f896
commit
16c645bfd9
|
@ -6763,6 +6763,7 @@ class lexer : public lexer_base<BasicJsonType>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break; // quiet CLang compiler
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue