From 0a5f7424660e404e5fd0361b9331d154acf01d6c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Oct 2008 13:53:23 +0000 Subject: Marked all unused args on non-W32 platforms. --- g10/keyedit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'g10/keyedit.c') diff --git a/g10/keyedit.c b/g10/keyedit.c index a1fa78fa0..cbb9d79bc 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -1494,6 +1494,8 @@ keyedit_completion(const char *text, int start, int end) /* If we are at the start of a line, we try and command-complete. If not, just do nothing for now. */ + (void)end; + if(start==0) return rl_completion_matches(text,command_generator); -- cgit v1.2.3