karsten pushed to vim (master). "- patchlevel 703"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 08:19:26 UTC 2015


From 0dc4fc3711266f04ed3e5b2f9fbcf420ec28b807 Mon Sep 17 00:00:00 2001
From: Karsten Hopp <karsten at redhat.com>
Date: Sat, 18 Apr 2015 18:00:03 +0200
Subject: - patchlevel 703


diff --git a/7.4.703 b/7.4.703
new file mode 100644
index 0000000..88fb223
--- /dev/null
+++ b/7.4.703
@@ -0,0 +1,62 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.703
+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.4.703
+Problem:    Compiler warning for start_dir unused when building unittests.
+Solution:   Move start_dir inside the #ifdef.
+Files:      src/main.c
+
+
+*** ../vim-7.4.702/src/main.c	2015-04-03 17:59:19.833761335 +0200
+--- src/main.c	2015-04-17 20:56:33.219872867 +0200
+***************
+*** 147,156 ****
+  #define ME_INVALID_ARG		5
+  };
+  
+- static char_u *start_dir = NULL;	/* current working dir on startup */
+- 
+  #ifndef PROTO		/* don't want a prototype for main() */
+  #ifndef NO_VIM_MAIN	/* skip this for unittests */
+      int
+  # ifdef VIMDLL
+  _export
+--- 147,157 ----
+  #define ME_INVALID_ARG		5
+  };
+  
+  #ifndef PROTO		/* don't want a prototype for main() */
+  #ifndef NO_VIM_MAIN	/* skip this for unittests */
++ 
++ static char_u *start_dir = NULL;	/* current working dir on startup */
++ 
+      int
+  # ifdef VIMDLL
+  _export
+*** ../vim-7.4.702/src/version.c	2015-04-16 22:51:16.685210855 +0200
+--- src/version.c	2015-04-17 20:57:15.343434053 +0200
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     703,
+  /**/
+
+-- 
+LARGE MAN:   Who's that then?
+CART DRIVER: (Grudgingly) I dunno, Must be a king.
+LARGE MAN:   Why?
+CART DRIVER: He hasn't got shit all over him.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// 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    ///
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vim.git/commit/?h=master&id=0dc4fc3711266f04ed3e5b2f9fbcf420ec28b807


More information about the scm-commits mailing list