-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix some GCC warnings and update codecov #813
Conversation
Codecov ReportBase: 99.42% // Head: 99.44% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #813 +/- ##
==========================================
+ Coverage 99.42% 99.44% +0.01%
==========================================
Files 16 16
Lines 3991 3950 -41
==========================================
- Hits 3968 3928 -40
+ Misses 23 22 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes the redundant declaration warnings from #805 |
d1dc4ec
to
79f89f4
Compare
79f89f4
to
02cc628
Compare
Try to address some of the warnings that have been reported from GCC.