-
Notifications
You must be signed in to change notification settings - Fork 767
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 warning on clang #563
Fix warning on clang #563
Conversation
Copy that |
I can't reproduce with my default clang version. |
Yeah, this is latest Xcode
Which file can I find those flags in? grep yields no results |
Perhaps I misunderstood your problem from the beginning: is the problem that clang doesn't recognize the flag If it's the latter, we should fix it by finding out what are the offending headers and either fixing them by adding the |
The flag is not recognized... |
@dellaert This should work now... |
Yay, thanks! BTW I might be less responsive (to anything) until CVPR deadline. |
Note I cannot merge I because I was the original author of this PR :-) could you approve? |
Done. Feel free to merge |
Done, and thanks!!! |
Clang started spewing out warnings after cmake changes, because of this new flag. Makes me think there is some conditional logic missing :-) I commented out for now but suggest @jlblancoc takes over this PR and branch.