Fix missing suppression in test/cfg/posix.c
This commit is contained in:
parent
6e0302fd56
commit
d52e3c8eb7
|
@ -43,6 +43,7 @@ void bufferAccessOutOfBounds(int fd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void nullPointer(char *p) {
|
void nullPointer(char *p) {
|
||||||
|
// cppcheck-suppress ignoredReturnValue
|
||||||
isatty (0);
|
isatty (0);
|
||||||
mkdir (p, 0);
|
mkdir (p, 0);
|
||||||
getcwd (0, 0);
|
getcwd (0, 0);
|
||||||
|
|
Loading…
Reference in New Issue