Skip to content

Commit c4dd853

Browse files
committed
Fixed make checkcfg
1 parent ff7cd43 commit c4dd853

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/cfg/posix.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ void ignoredReturnValue(void *addr, int fd)
289289
// cppcheck-suppress leakReturnValNotUsed
290290
mmap(addr, 255, PROT_NONE, MAP_PRIVATE, fd, 0);
291291
// cppcheck-suppress ignoredReturnValue
292-
setuid(42);
293-
// cppcheck-suppress ignoredReturnValue
294292
getuid();
295293
// cppcheck-suppress ignoredReturnValue
296294
access("filename", 1);

0 commit comments

Comments
 (0)