🚨 fixed some linter warnings

This commit is contained in:
Niels Lohmann
2018-10-06 13:49:02 +02:00
parent f1768a540a
commit ec95438a59
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ class lexer
locale's decimal point is used instead of `.` to work with the
locale-dependent converters.
*/
token_type scan_number()
token_type scan_number() // lgtm [cpp/use-of-goto]
{
// reset token_buffer to store the number's bytes
reset();