From aa4b4391f3f04dd2864fd068a603673cc44135a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 25 May 2017 13:52:13 +0200 Subject: Cleanup --- repl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repl.c') diff --git a/repl.c b/repl.c index 95a09a5..f14e24f 100644 --- a/repl.c +++ b/repl.c @@ -53,6 +53,9 @@ struct context ctx; static char ** complete (const char *text, int start, int end) { + (void) start; + (void) end; + // Don't iterate over filenames and stuff rl_attempted_completion_over = true; -- cgit v1.2.3