Fix #11604 Debug: DacaWrongData - #8752
Conversation
| class Tokenizer; | ||
|
|
||
| /** Use WRONG_DATA in checkers to mark conditions that check that data is correct */ | ||
| #define WRONG_DATA(COND, TOK) ((COND) && wrongData((TOK), #COND)) |
There was a problem hiding this comment.
does this mean that wrongData is never used and can be removed also?
There was a problem hiding this comment.
It is getting removed, see below.
|
According to 11604 there is a debug warning for this code: so if t does not get a valuetype here, it indicates that there is room for improvement in cppcheck symboldatabase and then the debug warning seems good to me? A fix to set the valuetype would be preferable? |
|
|
Side note: Trac is acting up again... |
No description provided.