mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
input_merger: fix compiler warning
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user