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

Adding fix for copy warning on clang 7 / macOS 10.14.4 #1743

Closed

Conversation

henryiii
Copy link
Collaborator

This occurs if you have a high level of warnings set. See https://reviews.llvm.org/D43322?id=134514.

@wjakob
Copy link
Member

wjakob commented Apr 7, 2019

That's actually a neat warning! Can you rebase this onto the latest master just to have CI run on it?

@henryiii
Copy link
Collaborator Author

henryiii commented Apr 7, 2019

It’s really handy! I found a bug in my code with this warning (wrong return type). However, the CI runs on a recent clang and errors on warnings, so the fix is already in as part of the CI fix #1744.

@henryiii henryiii closed this Apr 7, 2019
@henryiii
Copy link
Collaborator Author

henryiii commented Apr 7, 2019

We need to try GCC 9 (still in beta, though) - it has a ton of new warnings and reporting features.

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.

2 participants