Patch 7.4.1367
Problem: Compiler warning for unreachable code.
Solution: Remove a "break". (Danek Duvall)
Files: src/json.c
*** ../vim-7.4.1366/src/json.c 2016-02-13 23:22:35.093363549 +0100
--- src/json.c 2016-02-20 15:25:18.076659627 +0100
***************
*** 272,278 ****
break;
#endif
case VAR_UNKNOWN:
! EMSG2(_(e_intern2), "json_encode_item()"); break;
return FAIL;
}
return OK;
--- 272,278 ----
break;
#endif
case VAR_UNKNOWN:
! EMSG2(_(e_intern2), "json_encode_item()");
return FAIL;
}
return OK;
*** ../vim-7.4.1366/src/version.c 2016-02-20 15:10:46.697695089 +0100
--- src/version.c 2016-02-20 15:25:51.440313677 +0100
***************
*** 749,750 ****
--- 749,752 ----
{ /* Add new patch number below this line */
+ /**/
+ 1367,
/**/
--
GUARD #1: What, ridden on a horse?
ARTHUR: Yes!
GUARD #1: You're using coconuts!
ARTHUR: What?
GUARD #1: You've got two empty halves of coconut and you're bangin' 'em
together.
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.