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 clang warning: unknown warning group '-Wreserved-id-macro' #864

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

jslee02
Copy link
Contributor

@jslee02 jslee02 commented Oct 6, 2016

Old clang compilers complain the unknown warning.

jslee02 added a commit to dartsim/dart that referenced this pull request Oct 6, 2016
@ocornut
Copy link
Owner

ocornut commented Oct 6, 2016

Thanks! Which version of Clang are you using?
Did you get a warning or an error on unknown warning?

@jslee02
Copy link
Contributor Author

jslee02 commented Oct 6, 2016

It's clang version 3.5.0 (not apple clang). It should be a warning, but it's reported as an error because I set -Werror (treating warnings as errors).

@ocornut ocornut merged commit 7995cab into ocornut:master Oct 6, 2016
@ocornut
Copy link
Owner

ocornut commented Oct 6, 2016

Thank you!

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