Remove erronous UNUSED attribuute
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user