mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 08:58:08 +02:00
rdp: Silence compiler warning
This value is always `NULL`. Silences: `warning: ‘%s’ directive argument is null [-Wformat-overflow=]` Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
2a2eeb6a33
commit
564828fb96
1 changed files with 2 additions and 2 deletions
|
|
@ -863,9 +863,9 @@ convert_rdp_keyboard_to_xkb_rule_names(UINT32 KeyboardType,
|
|||
xkbRuleNames->variant = 0;
|
||||
}
|
||||
|
||||
weston_log("%s: matching model=%s layout=%s variant=%s options=%s\n",
|
||||
weston_log("%s: matching model=%s layout=%s variant=%s\n",
|
||||
__func__, xkbRuleNames->model, xkbRuleNames->layout,
|
||||
xkbRuleNames->variant, xkbRuleNames->options);
|
||||
xkbRuleNames->variant);
|
||||
}
|
||||
|
||||
static BOOL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue