mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
base: Fix a number of warnings about unused parameters
The warnings are shown if components using the genode base are compiled with -Wextra -Wall enabled. Fixes #489.
This commit is contained in:
committed by
Norman Feske
parent
e3cba5dc6f
commit
7d30ffc907
@ -149,7 +149,7 @@ namespace Genode {
|
||||
* \param thread thread to set into single step mode
|
||||
* \param enable true = enable single-step mode; false = disable
|
||||
*/
|
||||
virtual void single_step(Thread_capability thread, bool enable) {}
|
||||
virtual void single_step(Thread_capability, bool) {}
|
||||
|
||||
/**
|
||||
* Return number of CPUs available via the CPU session
|
||||
|
Reference in New Issue
Block a user