device-manager/xi2: Silence a compiler warning
This commit is contained in:
parent
3c25fcfe49
commit
0d17b1463b
@ -81,7 +81,7 @@ translate_valuator_class (Display *xdisplay,
|
||||
XIValuatorClassInfo *class)
|
||||
{
|
||||
static gboolean atoms_initialized = FALSE;
|
||||
ClutterInputAxis axis, i;
|
||||
ClutterInputAxis i, axis = CLUTTER_INPUT_AXIS_IGNORE;
|
||||
|
||||
if (G_UNLIKELY (!atoms_initialized))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user