Fix warning about initializer of 'Local_addr'

Fixes #726
This commit is contained in:
Norman Feske
2013-05-03 16:54:19 +02:00
parent f6d31d7243
commit 6f294eddc2
3 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@ namespace Genode {
Local_addr attach(Dataspace_capability ds, size_t size = 0,
off_t offset = 0, bool use_local_addr = false,
Local_addr local_addr = 0,
Local_addr local_addr = (void *)0,
bool executable = false)
{
return call<Rpc_attach>(ds, size, offset,