Blame SOURCES/7.4.544

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