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