-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fixups/v1 #12565
Fixups/v1 #12565
Conversation
clang-tidy did detect the -1 return value was not compatible with TmEcode enum.
These are set by our build-system, but some tools like cppcheck don't use that.
Helps tooling like cppcheck and clang-tidy.
Helps tooling like cppcheck, clang-tidy.
Helps code analyzers.
flow-queue.h included flow.h, but was also included by it.
Flagged by clang-tidy.
clang-tidy: warning: integer to pointer cast pessimizes optimization opportunities Since the returned code of -1 was never read, just return NULL.
0f51b06
to
d545b4d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12565 +/- ##
=======================================
Coverage 80.70% 80.71%
=======================================
Files 928 928
Lines 259013 259013
=======================================
+ Hits 209033 209056 +23
+ Misses 49980 49957 -23
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: QA ran without warnings. Pipeline 24695 |
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.
LGTM!
Merged in #12569, thanks! |
No description provided.