Fixed make checkcfg
This commit is contained in:
parent
ff7cd433be
commit
c4dd8536c1
|
@ -289,8 +289,6 @@ void ignoredReturnValue(void *addr, int fd)
|
||||||
// cppcheck-suppress leakReturnValNotUsed
|
// cppcheck-suppress leakReturnValNotUsed
|
||||||
mmap(addr, 255, PROT_NONE, MAP_PRIVATE, fd, 0);
|
mmap(addr, 255, PROT_NONE, MAP_PRIVATE, fd, 0);
|
||||||
// cppcheck-suppress ignoredReturnValue
|
// cppcheck-suppress ignoredReturnValue
|
||||||
setuid(42);
|
|
||||||
// cppcheck-suppress ignoredReturnValue
|
|
||||||
getuid();
|
getuid();
|
||||||
// cppcheck-suppress ignoredReturnValue
|
// cppcheck-suppress ignoredReturnValue
|
||||||
access("filename", 1);
|
access("filename", 1);
|
||||||
|
|
Loading…
Reference in New Issue