We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23aef9 commit 4930d4cCopy full SHA for 4930d4c
1 file changed
test/cfg/posix.c
@@ -1408,7 +1408,7 @@ void timet_h(const struct timespec* ptp1)
1408
clock_settime(clk_id2, ptp1);
1409
1410
struct timespec tp;
1411
- // FIXME cppcheck-suppress uninitvar
+ // cppcheck-suppress uninitvar
1412
clock_settime(CLOCK_REALTIME, &tp); // #6577 - false negative
1413
// cppcheck-suppress uninitvar
1414
clock_settime(clk_id3, &tp);
0 commit comments