mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
input_merger: fix compiler warning
This commit is contained in:
parent
3e90542559
commit
4dad09203a
@ -31,7 +31,7 @@ namespace Input_merger
|
||||
|
||||
Input::Session_capability _create_session(const char *label)
|
||||
{
|
||||
char session_args[sizeof(Parent::Session_args)];
|
||||
char session_args[sizeof(Parent::Session_args)] { 0 };
|
||||
|
||||
Arg_string::set_arg(session_args, sizeof(Parent::Session_args),
|
||||
"ram_quota", "16K");
|
||||
|
Loading…
x
Reference in New Issue
Block a user