We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a build in CI to detect compilation warnings, and fail the build on warnings.
To test with a recent version of GCC and/or CLANG.
The build in general should be clean.
In particular, user visible headers (like the API) should be warning free, to allow the user code to build warning free.
Adding a CI build to enforce this will help to maintain clean code.
The text was updated successfully, but these errors were encountered:
Please build using both gcc and clang if possible. Both compilers have different diagnostics, so some issues are detected by one of them only.
Sorry, something went wrong.
Fixes open-telemetry#1648
5871e92
Add a MAINTAINER_MODE in CMake. Build with gcc and clang in maintainer mode in github CI.
Yes, planning both.
marcalff
Successfully merging a pull request may close this issue.
Add a build in CI to detect compilation warnings, and fail the build on warnings.
To test with a recent version of GCC and/or CLANG.
The build in general should be clean.
In particular, user visible headers (like the API) should be warning free,
to allow the user code to build warning free.
Adding a CI build to enforce this will help to maintain clean code.
The text was updated successfully, but these errors were encountered: