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: quiet a warning #391

Merged
merged 1 commit into from
Dec 11, 2016

Conversation

jaredgrubb
Copy link
Contributor

In my project I have a lot of warnings enabled and -Wdocumentation fires a lot in this header (-Wdocuemntation does a check on Doxygen comments to see how they match what they're attached to; I dont see much value in trying to fix the comments so I'd like to quiet the warning).

Note I tried running re2c but it added a lot of other changes, so I think maybe I have a different version or 'develop' is dirty?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 98d6e6e on jaredgrubb:jgrubb-clang-doc-warning into bc28942 on nlohmann:develop.

@nlohmann
Copy link
Owner

I am using re2c 0.16. I should add this to the contributing guide.

@nlohmann nlohmann merged commit 446019a into nlohmann:develop Dec 11, 2016
@nlohmann
Copy link
Owner

Thanks!

@nlohmann
Copy link
Owner

We may pull the pragma, because it is Clang-only, see #393.

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.

3 participants