-
Notifications
You must be signed in to change notification settings - Fork 291
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
chore: disable warning about pre C99 code #2318
Conversation
8cf5d58
to
78a0a75
Compare
|
Bumps [third_party/cmp](https://github.com/camgunz/cmp) from `4c3737d` to `e836703`. - [Release notes](https://github.com/camgunz/cmp/releases) - [Commits](camgunz/cmp@4c3737d...e836703) --- updated-dependencies: - dependency-name: third_party/cmp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
And tokstyle is better at it, covering not just direct recursion, but also (most possible instances of) recursion through function pointers.
8f5923e
to
7205db7
Compare
bb2caba
to
d6b6b14
Compare
This fixes an error reported by cppcheck about overflowing the callback array. The locking logic probably was broken, so I replaced it with something simpler and more robust.
d6b6b14
to
4062c3a
Compare
8643a55
to
62291ac
Compare
62291ac
to
008d9c8
Compare
Codecov Report
@@ Coverage Diff @@
## master #2318 +/- ##
=======================================
Coverage 78.92% 78.93%
=======================================
Files 127 127
Lines 24063 24078 +15
=======================================
+ Hits 18992 19005 +13
- Misses 5071 5073 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, 4 of 4 files at r2, 8 of 9 files at r3, 1 of 2 files at r4, 2 of 2 files at r5, all commit messages.
Reviewable status: complete! 2 of 1 approvals obtained
This change is