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

fix unused lambda capture warning #7147

Merged
merged 1 commit into from Sep 5, 2018

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Sep 5, 2018

fixes clang warning

/ssd/deal-git/source/dofs/dof_handler_policy.cc:1998:48: warning: lambda
capture 'i' is not used [-Wunused-lambda-capture]

/ssd/deal-git/source/dofs/dof_handler_policy.cc:1998:48: warning: lambda
capture 'i' is not used [-Wunused-lambda-capture]
@jppelteret
Copy link
Member

/run-tests

@jppelteret jppelteret merged commit a12be36 into dealii:master Sep 5, 2018
@tjhei tjhei deleted the fix_lambda_warning branch November 23, 2018 16:58
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.

None yet

3 participants