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

Coverity scan fails #299

Closed
nlohmann opened this issue Aug 24, 2016 · 3 comments
Closed

Coverity scan fails #299

nlohmann opened this issue Aug 24, 2016 · 3 comments
Assignees
Milestone

Comments

@nlohmann
Copy link
Owner

The recent coverity scan build failed:

[WARNING] No files were emitted. This may be due to a problem with your configuration
or because no files were actually compiled by your build command.
Please make sure you have configured the compilers actually used in the compilation.
 For more details, please look at: 

I can reproduce the error locally, but the log file gives no information on the error. The only change made since previous successful builds was the split of the unit tests into several compilation units.

@cgzones
Copy link

cgzones commented Nov 24, 2016

The reason might be the compiler you are using. I tried coverity for one of my projects and it seems coverity does not support the most recent compilers, gcc-6 and clang-3.9. clang-3.6 however worked.

@nlohmann
Copy link
Owner Author

Interesting! I shall give it a try.

@nlohmann
Copy link
Owner Author

@cgzones Commit 25548f8 makes Coverity work again. Thanks!

@nlohmann nlohmann self-assigned this Nov 24, 2016
@nlohmann nlohmann added this to the Release 2.0.8 milestone Nov 24, 2016
nlohmann added a commit that referenced this issue Nov 24, 2016
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

2 participants