You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
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.
The recent coverity scan build failed:
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.
The text was updated successfully, but these errors were encountered: