Daniel Marjamäki

Results 389 comments of Daniel Marjamäki

> const_cast is for casting away const. In this case we are just changing the type without touching the const thus making it unnecessary. If the casts would change the...

I close this. I think the interface can be discussed though .. if you have a sourceforge account feel free to open a discussion thread there..

> The last remaining use of reportInfo() is for ConfigurationNotChecked. I have the feeling we added reportInfo() so those messages can be displayed differently in the GUI. > IMO we...

I think for some users it will be more visible that some local headers must be included that is good! Some users will start including every header, including stdio.h etc.....

@firewave thanks.. I tried to tweak the messages in PR #4850 please give me some feedback on that.

@notify-bibi this has been open for a while now. I would just like a test case also. Do you have time to add it?

@omarandlorraine I would like to add you in our AUTHORS file. What name would you like that I add?

> I have a question for cppcheck maintainers. In its current state, this PR would change the severity of some MISRA defects. I think it's an improvement to set the...

@liuluheng I typically do not include the boost headers when I run cppcheck. maybe that is a workaround that will work for you. Some "hack" in the source code could...

> But here what we can add to current behaviour : I feel I can accept both your suggestions.. if you feel that there is a real use case..