Skip to content

Commit 4984551

Browse files
authored
Fix warning.
1 parent abc3be2 commit 4984551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isql/FrontendLexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ std::string FrontendLexer::stripComments(std::string_view statement)
7676

7777
return trim(processedStatement);
7878
}
79-
catch (const IncompleteTokenError& error)
79+
catch (const IncompleteTokenError&)
8080
{
8181
return trim(statement);
8282
}

0 commit comments

Comments
 (0)