Fix missing suppression in test/cfg/posix.c

This commit is contained in:
Alexander Mai 2015-03-13 18:29:46 +01:00
parent 6e0302fd56
commit d52e3c8eb7
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void bufferAccessOutOfBounds(int fd) {
}
void nullPointer(char *p) {
// cppcheck-suppress ignoredReturnValue
isatty (0);
mkdir (p, 0);
getcwd (0, 0);