We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc3be2 commit 4984551Copy full SHA for 4984551
src/isql/FrontendLexer.cpp
@@ -76,7 +76,7 @@ std::string FrontendLexer::stripComments(std::string_view statement)
76
77
return trim(processedStatement);
78
}
79
- catch (const IncompleteTokenError& error)
+ catch (const IncompleteTokenError&)
80
{
81
return trim(statement);
82
0 commit comments