Skip to content

Commit 4930d4c

Browse files
Update posix.c
1 parent c23aef9 commit 4930d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ void timet_h(const struct timespec* ptp1)
14081408
clock_settime(clk_id2, ptp1);
14091409

14101410
struct timespec tp;
1411-
// FIXME cppcheck-suppress uninitvar
1411+
// cppcheck-suppress uninitvar
14121412
clock_settime(CLOCK_REALTIME, &tp); // #6577 - false negative
14131413
// cppcheck-suppress uninitvar
14141414
clock_settime(clk_id3, &tp);

0 commit comments

Comments
 (0)