]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.544 v7.4.544
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Dec 2014 02:20:14 +0000 (03:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Dec 2014 02:20:14 +0000 (03:20 +0100)
Problem:    Warnings for unused arguments when compiling with a combination of
            features.
Solution:   Add "UNUSED".

src/if_cscope.c
src/version.c

index 09982e647731bac00d63d0a43853d0b07a640c5f..ab31a035194d3f4d1d1f618ff76e4aec7a280ed6 100644 (file)
@@ -1131,8 +1131,8 @@ cs_find_common(opt, pat, forceit, verbose, use_ll, cmdline)
     char *pat;
     int forceit;
     int verbose;
-    int        use_ll;
-    char_u *cmdline;
+    int        use_ll UNUSED;
+    char_u *cmdline UNUSED;
 {
     int i;
     char *cmd;
index fe317d05325e6f7dfa0e362f55e3e681d8e5869c..ba5f6b3bf0c6755be16f80059ae3d0423bf6d303 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    544,
 /**/
     543,
 /**/