Fixed make checkcfg

This commit is contained in:
Daniel Marjamäki 2020-09-30 12:36:31 +02:00
parent ff7cd433be
commit c4dd8536c1
1 changed files with 0 additions and 2 deletions

View File

@ -289,8 +289,6 @@ void ignoredReturnValue(void *addr, int fd)
// cppcheck-suppress leakReturnValNotUsed
mmap(addr, 255, PROT_NONE, MAP_PRIVATE, fd, 0);
// cppcheck-suppress ignoredReturnValue
setuid(42);
// cppcheck-suppress ignoredReturnValue
getuid();
// cppcheck-suppress ignoredReturnValue
access("filename", 1);