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 clang warning #2101

Merged
merged 1 commit into from Feb 20, 2018
Merged

avoid clang warning #2101

merged 1 commit into from Feb 20, 2018

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Feb 19, 2018

remove:

simulator_signals.cc:110:22: warning: explicit instantiation of
'call_connector_functions<2>' that occurs after an explicit
specialization has no effect [-Winstantiation-after-specialization]

remove:
```
simulator_signals.cc:110:22: warning: explicit instantiation of
'call_connector_functions<2>' that occurs after an explicit
specialization has no effect [-Winstantiation-after-specialization]
```
@bangerth
Copy link
Contributor

Yes, this is the correct patch. Thanks!

OK to merge once the tester is happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants