mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 13:50:15 +01:00
test: fix compiler warnings for missing field initializers
litest-trackpoint.c:38:1: warning: missing initializer for field 'touch_down' of 'struct litest_device_interface' [-Wmissing-field-initializers] and similar Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
fd55256768
commit
e64a0147cd
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ static void litest_mouse_setup(void)
|
|||
}
|
||||
|
||||
static struct litest_device_interface interface = {
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct input_id input_id = {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ static void litest_trackpoint_setup(void)
|
|||
}
|
||||
|
||||
static struct litest_device_interface interface = {
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct input_id input_id = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue