diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-05-17 14:24:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-05-17 14:24:23 +0000 |
commit | b85cb21cb161eeb4b8dcd8d0401e1e0faa38c921 (patch) | |
tree | 00e026d805a6b10d18e10957fd71bc0d43c3723f /src/if_mzsch.c | |
parent | 2c4278fc738cca3fcd70cffd7ddc865ea9783694 (diff) | |
download | vim-git-b85cb21cb161eeb4b8dcd8d0401e1e0faa38c921.tar.gz |
updated for version 7.2-181v7.2.181
Diffstat (limited to 'src/if_mzsch.c')
-rw-r--r-- | src/if_mzsch.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 28bf53def..7f43cab6e 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c @@ -667,13 +667,11 @@ static void remove_timer(void); static void CALLBACK timer_proc(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime) # elif defined(FEAT_GUI_GTK) -/*ARGSUSED*/ static gint -timer_proc(gpointer data) +timer_proc(gpointer data UNUSED) # elif defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) -/* ARGSUSED */ static void -timer_proc(XtPointer timed_out, XtIntervalId *interval_id) +timer_proc(XtPointer timed_out UNUSED, XtIntervalId *interval_id UNUSED) # elif defined(FEAT_GUI_MAC) pascal void timer_proc(EventLoopTimerRef theTimer, void *userData) |