aboutsummaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'repl.c')
-rw-r--r--repl.c3
1 files changed, 3 insertions, 0 deletions
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;