|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.544
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.544
|
|
|
3ef2ca |
Problem: Warnings for unused arguments when compiling with a combination of
|
|
|
3ef2ca |
features.
|
|
|
3ef2ca |
Solution: Add "UNUSED".
|
|
|
3ef2ca |
Files: src/if_cscope.c
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.543/src/if_cscope.c 2013-06-30 14:59:21.000000000 +0200
|
|
|
3ef2ca |
--- src/if_cscope.c 2014-11-30 13:19:06.699741651 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 1131,1138 ****
|
|
|
3ef2ca |
char *pat;
|
|
|
3ef2ca |
int forceit;
|
|
|
3ef2ca |
int verbose;
|
|
|
3ef2ca |
! int use_ll;
|
|
|
3ef2ca |
! char_u *cmdline;
|
|
|
3ef2ca |
{
|
|
|
3ef2ca |
int i;
|
|
|
3ef2ca |
char *cmd;
|
|
|
3ef2ca |
--- 1131,1138 ----
|
|
|
3ef2ca |
char *pat;
|
|
|
3ef2ca |
int forceit;
|
|
|
3ef2ca |
int verbose;
|
|
|
3ef2ca |
! int use_ll UNUSED;
|
|
|
3ef2ca |
! char_u *cmdline UNUSED;
|
|
|
3ef2ca |
{
|
|
|
3ef2ca |
int i;
|
|
|
3ef2ca |
char *cmd;
|
|
|
3ef2ca |
*** ../vim-7.4.543/src/version.c 2014-12-13 03:17:07.465046539 +0100
|
|
|
3ef2ca |
--- src/version.c 2014-12-13 03:19:54.743238147 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 544,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
At some point in the project somebody will start whining about the need to
|
|
|
3ef2ca |
determine the project "requirements". This involves interviewing people who
|
|
|
3ef2ca |
don't know what they want but, curiously, know exactly when they need it.
|
|
|
3ef2ca |
(Scott Adams - The Dilbert principle)
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|