From 1365f1ce521be8e3322ca95689ff866a34a6ae3a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 Nov 2024 08:07:21 +0000 Subject: [PATCH] Add an __unused. --- compat/clock_gettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/clock_gettime.c b/compat/clock_gettime.c index 8290e75c..cda8db60 100644 --- a/compat/clock_gettime.c +++ b/compat/clock_gettime.c @@ -27,7 +27,7 @@ #endif int -clock_gettime(int clock, struct timespec *ts) +clock_gettime(__unused int clock, struct timespec *ts) { struct timeval tv;