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

Validate macro expansion causes unused variable compiler warning #177

Closed
zofja opened this issue Nov 5, 2021 · 1 comment · Fixed by #204
Closed

Validate macro expansion causes unused variable compiler warning #177

zofja opened this issue Nov 5, 2021 · 1 comment · Fixed by #204
Assignees
Labels

Comments

@zofja
Copy link
Contributor

zofja commented Nov 5, 2021

Using validate causes compiler warning as the argument arg1 from expanded macro is treated as unused.

TODO paste compiler warning

@zofja zofja added the bug label Nov 5, 2021
@niedam
Copy link
Contributor

niedam commented Apr 14, 2022

[error] /home/arozenek/(...):10:2: parameter value arg1 in anonymous function is never used [error] @tagged trait Domain { [error] ^

@niedam niedam self-assigned this Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants