Add an __unused.

This commit is contained in:
Nicholas Marriott 2024-11-22 08:07:21 +00:00
parent 7fc4e54efe
commit 1365f1ce52

View File

@ -27,7 +27,7 @@
#endif
int
clock_gettime(int clock, struct timespec *ts)
clock_gettime(__unused int clock, struct timespec *ts)
{
struct timeval tv;