From 68a98a0287222915900091cf5d6e5be9c9730101 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 20 Nov 2007 04:07:33 +0000 Subject: [PATCH] Fix warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15710 a1c6a512-1295-4272-9138-f99709370657 --- firmware/thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/thread.c b/firmware/thread.c index 4d16e5647b..126cc41c0f 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -1600,6 +1600,7 @@ static inline void boost_thread(struct thread_entry *thread, bool boost) cpu_boost(boost); } #endif + (void)thread; (void)boost; } /*---------------------------------------------------------------------------