The above error is reported in this code:
while (timercmp(&tNow, &tEnd, < )) gettimeofday(&tNow, NULL);
The code is compiled without error: Can it be a bug in cppcheck ?
Please refer to https://sourceforge.net/p/cppcheck/discussion/development/thread/297d031bd3/
Log in to post a comment.
The above error is reported in this code:
while (timercmp(&tNow, &tEnd, < ))
gettimeofday(&tNow, NULL);
The code is compiled without error: Can it be a bug in cppcheck ?
Please refer to https://sourceforge.net/p/cppcheck/discussion/development/thread/297d031bd3/