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

Avoid unused variables warnings #18

Open
mknaranja opened this issue Mar 27, 2023 · 0 comments
Open

Avoid unused variables warnings #18

mknaranja opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement Improvement of current functionality

Comments

@mknaranja
Copy link
Member

We should completely remove unused variables from our code. However, lots of warnings may come from variables that have been declared and defined for OpenMP even if OpenMP is not used. In this case we should correctly indicate when these variables are used.

@mknaranja mknaranja added the enhancement Improvement of current functionality label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of current functionality
Projects
None yet
Development

No branches or pull requests

1 participant