summaryrefslogtreecommitdiff
path: root/src/regexp_nfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_nfa.c')
-rw-r--r--src/regexp_nfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c
index 1e16bd98a..77c787056 100644
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -6838,7 +6838,7 @@ theend:
nfa_regtry(prog, col, tm)
nfa_regprog_T *prog;
colnr_T col;
- proftime_T *tm; /* timeout limit or NULL */
+ proftime_T *tm UNUSED; /* timeout limit or NULL */
{
int i;
regsubs_T subs, m;