device-manager/xi2: Silence a compiler warning
This commit is contained in:
parent
3c25fcfe49
commit
0d17b1463b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue