mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 21:58:24 +00:00
Fixed some unused parameters warnings
They cause problems when using -Werror in your compilation.
This commit is contained in:
committed by
Norman Feske
parent
6ef3f0f153
commit
257cf4800d
@ -49,7 +49,7 @@ namespace Genode {
|
||||
void remove_client(Pager_capability pager) {
|
||||
_local()->remove_client(pager); }
|
||||
|
||||
void fault_handler(Signal_context_capability handler)
|
||||
void fault_handler(Signal_context_capability /*handler*/)
|
||||
{
|
||||
/*
|
||||
* On Linux, page faults are never reflected to RM clients. They
|
||||
|
Reference in New Issue
Block a user