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

clang warnings #521

Closed
emiltin opened this issue Nov 28, 2012 · 3 comments
Closed

clang warnings #521

emiltin opened this issue Nov 28, 2012 · 3 comments

Comments

@emiltin
Copy link
Contributor

emiltin commented Nov 28, 2012

latest develop branchb builds, but causes a bunch of clang warnings
https://gist.github.com/4162804

@limoges
Copy link

limoges commented Dec 19, 2012

These warnings are all "template argument uses unnamed type" coming from boost. This is valid C++0x which is probably why boost uses this syntax. Can ignore the warnings, put on the -wignore... flag or try to fix boost.

@DennisOSRM
Copy link
Collaborator

Will be fixed as soon as experimental/cmake is merged into develop branch

@DennisOSRM
Copy link
Collaborator

This is fixed now.

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

No branches or pull requests

3 participants