diff --git a/test/cfg/posix.c b/test/cfg/posix.c index b973c8af9..ad4edbd01 100644 --- a/test/cfg/posix.c +++ b/test/cfg/posix.c @@ -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);