-
Notifications
You must be signed in to change notification settings - Fork 36
Treat all warnings as errors (non wasm) #88
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
Treat all warnings as errors (non wasm) #88
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
+ Coverage 52.42% 53.66% +1.24%
==========================================
Files 15 15
Lines 599 600 +1
==========================================
+ Hits 314 322 +8
+ Misses 285 278 -7
... and 1 file with indirect coverage changes
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
9bdb911
to
83cce28
Compare
clang-tidy review says "All clean, LGTM! 👍" |
@JohanMabille @vgvassilev can one of you review this PR? |
fe78be1
to
ac8e9d2
Compare
@JohanMabille This PR is ready for another review. I have addressed your comments. |
clang-tidy review says "All clean, LGTM! 👍" |
Thanks! |
The PR will change it so when building xeus-cpp it treats all warnings as errors by default. In the ci I turn this off for wasm builds.