clock999

Results 4 issues of clock999

Hello, I am trying to use remake from the source code. But there is a build error while doing the compile. The error information is as below. I just run...

More information needed
Asking a question
Volunteer wanted to help user or narrow problem

https://trac.cppcheck.net/ticket/5591 Description: int f2(int, int = 0) {....} void f() { if(f2(0), 0) //actually mean f2(0, 0) { .... } }

I have checked the comments on the ticket of the bug. And I simply summarized my logic of checking the configs as below. > The configs that will be totally...

I tested the fix based on 4617bc25d82ff8d46567e002995ad8f859d5e814. Use the cppcheck to check the below code which is submitted on the ticket #12861. ``` #define ROW A, A, A, A, A,...