Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #111: fix: remove warning when compiling #112

Conversation

felixrieg
Copy link
Collaborator

Fixes: #111

remove compiler warning

@felixrieg felixrieg requested a review from MartinMUU November 2, 2023 13:42
Copy link
Contributor

@MartinMUU MartinMUU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -59,7 +59,7 @@ struct Scanner {
int32_t first_comment_indent_lenght = -1;
lexer->mark_end(lexer);
auto skip = [&]() { lexer->advance(lexer, false); };
auto advance = [&]() { lexer->advance(lexer, true); };
// auto advance = [&]() { lexer->advance(lexer, true); };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this not used before? I think we should just remove it then instead of the comment

@SundermannC SundermannC merged commit 69eabd7 into Universal-Variability-Language:master Dec 6, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler Warning
3 participants