-
Notifications
You must be signed in to change notification settings - Fork 1.6k
include GUI test sources in selfchecks #5687
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
base: main
Are you sure you want to change the base?
Conversation
5c1de66 to
6493e82
Compare
6493e82 to
9cf2808
Compare
This comment was marked as resolved.
This comment was marked as resolved.
9cf2808 to
5f90b35
Compare
|
I added those as there's a I did suppress the The |
5f90b35 to
e4a0653
Compare
| #include "addoninfo.h" | ||
| #include "importproject.h" | ||
| // cppcheck-suppress-begin uninitMemberVar | ||
| #include "platform.h" |
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.
I need to suppress all the warnings from an include. I would expect this to work but it doesn't as it was probably not intended to be used that way. I will file a ticket about it.
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.
I filed https://trac.cppcheck.net/ticket/14219 about being able to suppress the uninitMemberVar warnings per implementation
13d7da2 to
3c8cfd2
Compare
3c8cfd2 to
ce278c3
Compare
… selfcheck warning
ce278c3 to
881f529
Compare
…/testresultstree.cpp`
…nd `functionConst` selfcheck warnings
881f529 to
5018813
Compare
|



No description provided.