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; } /*---------------------------------------------------------------------------