Patch 7.4.544
Problem: Warnings for unused arguments when compiling with a combination of
features.
Solution: Add "UNUSED".
Files: src/if_cscope.c
*** ../vim-7.4.543/src/if_cscope.c 2013-06-30 14:59:21.000000000 +0200
--- src/if_cscope.c 2014-11-30 13:19:06.699741651 +0100
***************
*** 1131,1138 ****
char *pat;
int forceit;
int verbose;
! int use_ll;
! char_u *cmdline;
{
int i;
char *cmd;
--- 1131,1138 ----
char *pat;
int forceit;
int verbose;
! int use_ll UNUSED;
! char_u *cmdline UNUSED;
{
int i;
char *cmd;
*** ../vim-7.4.543/src/version.c 2014-12-13 03:17:07.465046539 +0100
--- src/version.c 2014-12-13 03:19:54.743238147 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 544,
/**/
--
At some point in the project somebody will start whining about the need to
determine the project "requirements". This involves interviewing people who
don't know what they want but, curiously, know exactly when they need it.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.