Karsten Hopp 699b89
To: vim_dev@googlegroups.com
Karsten Hopp 699b89
Subject: Patch 7.3.709
Karsten Hopp 699b89
Fcc: outbox
Karsten Hopp 699b89
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 699b89
Mime-Version: 1.0
Karsten Hopp 699b89
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 699b89
Content-Transfer-Encoding: 8bit
Karsten Hopp 699b89
------------
Karsten Hopp 699b89
Karsten Hopp 699b89
Patch 7.3.709
Karsten Hopp 699b89
Problem:    Compiler warning for unused argument.
Karsten Hopp 699b89
Solution:   Add UNUSED.
Karsten Hopp 699b89
Files:	    src/eval.c
Karsten Hopp 699b89
Karsten Hopp 699b89
Karsten Hopp 699b89
*** ../vim-7.3.708/src/eval.c	2012-10-21 02:17:28.000000000 +0200
Karsten Hopp 699b89
--- src/eval.c	2012-10-21 23:53:32.000000000 +0200
Karsten Hopp 699b89
***************
Karsten Hopp 699b89
*** 16664,16670 ****
Karsten Hopp 699b89
   */
Karsten Hopp 699b89
      static void
Karsten Hopp 699b89
  f_shiftwidth(argvars, rettv)
Karsten Hopp 699b89
!     typval_T	*argvars;
Karsten Hopp 699b89
      typval_T	*rettv;
Karsten Hopp 699b89
  {
Karsten Hopp 699b89
      rettv->vval.v_number = get_sw_value();
Karsten Hopp 699b89
--- 16664,16670 ----
Karsten Hopp 699b89
   */
Karsten Hopp 699b89
      static void
Karsten Hopp 699b89
  f_shiftwidth(argvars, rettv)
Karsten Hopp 699b89
!     typval_T	*argvars UNUSED;
Karsten Hopp 699b89
      typval_T	*rettv;
Karsten Hopp 699b89
  {
Karsten Hopp 699b89
      rettv->vval.v_number = get_sw_value();
Karsten Hopp 699b89
*** ../vim-7.3.708/src/version.c	2012-10-21 22:18:17.000000000 +0200
Karsten Hopp 699b89
--- src/version.c	2012-10-21 23:55:01.000000000 +0200
Karsten Hopp 699b89
***************
Karsten Hopp 699b89
*** 727,728 ****
Karsten Hopp 699b89
--- 727,730 ----
Karsten Hopp 699b89
  {   /* Add new patch number below this line */
Karsten Hopp 699b89
+ /**/
Karsten Hopp 699b89
+     709,
Karsten Hopp 699b89
  /**/
Karsten Hopp 699b89
Karsten Hopp 699b89
-- 
Karsten Hopp 699b89
The only way the average employee can speak to an executive is by taking a
Karsten Hopp 699b89
second job as a golf caddie.
Karsten Hopp 699b89
				(Scott Adams - The Dilbert principle)
Karsten Hopp 699b89
Karsten Hopp 699b89
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 699b89
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 699b89
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 699b89
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///