[vim] - patchlevel 709

Karsten Hopp karsten at fedoraproject.org
Tue Oct 23 10:15:07 UTC 2012


commit 699b89753ee3d3579e8d3bc7c66bcf41ab5d7cb0
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Oct 23 12:13:22 2012 +0200

    - patchlevel 709

 7.3.709 |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/7.3.709 b/7.3.709
new file mode 100644
index 0000000..40c837f
--- /dev/null
+++ b/7.3.709
@@ -0,0 +1,53 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.709
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.709
+Problem:    Compiler warning for unused argument.
+Solution:   Add UNUSED.
+Files:	    src/eval.c
+
+
+*** ../vim-7.3.708/src/eval.c	2012-10-21 02:17:28.000000000 +0200
+--- src/eval.c	2012-10-21 23:53:32.000000000 +0200
+***************
+*** 16664,16670 ****
+   */
+      static void
+  f_shiftwidth(argvars, rettv)
+!     typval_T	*argvars;
+      typval_T	*rettv;
+  {
+      rettv->vval.v_number = get_sw_value();
+--- 16664,16670 ----
+   */
+      static void
+  f_shiftwidth(argvars, rettv)
+!     typval_T	*argvars UNUSED;
+      typval_T	*rettv;
+  {
+      rettv->vval.v_number = get_sw_value();
+*** ../vim-7.3.708/src/version.c	2012-10-21 22:18:17.000000000 +0200
+--- src/version.c	2012-10-21 23:55:01.000000000 +0200
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     709,
+  /**/
+
+-- 
+The only way the average employee can speak to an executive is by taking a
+second job as a golf caddie.
+				(Scott Adams - The Dilbert principle)
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- 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    ///


More information about the scm-commits mailing list