diff src/regexp_nfa.c @ 6592:599112d00aa9 v7.4.622

updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Feb 2015 20:29:59 +0100
parents ffba266e064d
children 3cca9b0cc1a0
line wrap: on
line diff
--- 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;