From c4dd8536c13869f7d556f212dc0109d6a781a301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 30 Sep 2020 12:36:31 +0200 Subject: [PATCH] Fixed make checkcfg --- test/cfg/posix.c | 2 -- 1 file changed, 2 deletions(-) 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);