Fix compiler warnings.

This commit is contained in:
Daiki Ueno
2012-09-28 18:22:22 +09:00
parent 695f8df5b8
commit 2d4e4c7a13
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ static gboolean opt_session = FALSE;
static gchar *opt_address = NULL;
static gboolean opt_focus = FALSE;
#ifdef HAVE_ATSPI
static gboolean opt_keystroke = FALSE;
#endif /* HAVE_ATSPI */
static gchar *opt_keyboards = NULL;