Added a comment, no functional changes [ci-skip].

This commit is contained in:
orbitcowboy 2015-09-10 13:23:34 +02:00
parent 66b9d8bf38
commit bf53065d17
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ void uninitvar(int fd)
// cppcheck-suppress uninitvar
write(x,"ab",2);
// cppcheck-suppress uninitvar
write(fd,buf,2);
write(fd,buf,2); // #6325
// cppcheck-suppress uninitvar
write(fd,"ab",x);
// cppcheck-suppress uninitvar