These messsages are complete nonsense: Argument 'NumS+2' to function atoi is always 3
Assuming that condition 'NumS==NULL' is not redundant
Argument 'NumS+2' to function atoi is always 3
The NumS is string obtained from external variable Cmb_Select->Text. And shifting 2 characters from beginning could produce completely different input.
These messsages are complete nonsense:
Argument 'NumS+2' to function atoi is always 3
Assuming that condition 'NumS==NULL' is not redundant
Argument 'NumS+2' to function atoi is always 3
The NumS is string obtained from external variable Cmb_Select->Text. And shifting 2 characters from beginning could produce completely different input.
No repro with v2.3, except for
style: Variable 'PidHookId' is assigned a value that is never used. [unreadVariable]
, which is correct.Yes, you are right, the problem seems to disappear after 2 years ;).