From 7861fce32b4dd76fe82b405c4fa4d42b3252846c Mon Sep 17 00:00:00 2001 From: Peter Holm Date: Fri, 17 Mar 2023 12:06:52 +0100 Subject: [PATCH] stress2: Fix compiler warning --- tools/test/stress2/lib/resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/stress2/lib/resources.c b/tools/test/stress2/lib/resources.c index 935a085a58d..1888d1fba87 100644 --- a/tools/test/stress2/lib/resources.c +++ b/tools/test/stress2/lib/resources.c @@ -149,7 +149,7 @@ usermem(void) } static void -cleanupdf() +cleanupdf(void) { unlink(dfpath); }