updated for version 7.0012
diff --git a/src/search.c b/src/search.c
index 227b254..4513ea1 100644
--- a/src/search.c
+++ b/src/search.c
@@ -3760,10 +3760,11 @@
  * Find quote under the cursor, cursor at end.
  * Returns TRUE if found, else FALSE.
  */
+/*ARGSUSED*/
     int
 current_quote(oap, count, include, quotechar)
     oparg_T	*oap;
-    long	count;
+    long	count;		/* not used */
     int		include;	/* TRUE == include quote char */
     int		quotechar;	/* Quote character */
 {