commit | 644044794ea55fdee8599ee1e861234216c20402 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 06:24:45 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 06:24:45 2010 +0200 |
tree | 9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 | |
parent | 0eda7ac7f897433c9d346743bf38fcd291673070 [diff] [blame] |
Various small fixes from Dominique Pelle.
diff --git a/src/gui_x11.c b/src/gui_x11.c index 8b37272..73bc76f 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c
@@ -1162,9 +1162,9 @@ /* ARGSUSED */ static void gui_x11_sniff_request_cb(closure, source, id) - XtPointer closure; - int *source; - XtInputId *id; + XtPointer closure UNUSED; + int *source UNUSED; + XtInputId *id UNUSED; { static char_u bytes[3] = {CSI, (int)KS_EXTRA, (int)KE_SNIFF};