test: fix "redundant declaration of devices" warning
In file included from protocol-xiwarppointer.c:41:0: protocol-common.h:91:23: warning: redundant redeclaration of ‘devices’ [-Wredundant-decls] protocol-common.h:86:3: note: previous declaration of ‘devices’ was here Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
@@ -83,7 +83,7 @@ struct devices {
|
||||
|
||||
int num_devices;
|
||||
int num_master_devices;
|
||||
} devices;
|
||||
};
|
||||
|
||||
/**
|
||||
* The set of default devices available in all tests if necessary.
|
||||
|
||||
Reference in New Issue
Block a user