From cfc7cae5c04f9373ab5fc12b6b71d05d92628ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Wed, 29 May 2013 22:03:26 +0200 Subject: [PATCH] Remove erronous UNUSED attribuute --- src/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clock.c b/src/clock.c index 4d52dfb..3e3e309 100644 --- a/src/clock.c +++ b/src/clock.c @@ -28,7 +28,7 @@ struct UCoreClock uc_time_clock = { .now = uc_time_now, }; -static void uc_cached_clock_now(struct UCoreClock *uclock UNUSED, +static void uc_cached_clock_now(struct UCoreClock *uclock, struct timeval *tv) { struct UCoreCachedClock *cached_clock;