Skip to content

Commit 3558d71

Browse files
Update posix.c [skip ci]
1 parent dd7991d commit 3558d71

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
@@ -1312,7 +1312,7 @@ void uninitvar(int fd)
13121312
pthread_mutex_t mutex, mutex1, mutex2, mutex3;
13131313
// cppcheck-suppress uninitvar
13141314
write(x1,"ab",2);
1315-
// TODO cppcheck-suppress uninitvar
1315+
// cppcheck-suppress uninitvar
13161316
write(fd,buf,2); // #6325
13171317
// cppcheck-suppress uninitvar
13181318
write(fd,"ab",x2);

0 commit comments

Comments
 (0)