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;