Fixed some unused parameters warnings

They cause problems when using -Werror in your compilation.
This commit is contained in:
Torsten Hilbrich
2013-02-21 12:39:57 +01:00
committed by Norman Feske
parent 6ef3f0f153
commit 257cf4800d
4 changed files with 13 additions and 13 deletions

View File

@ -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