Compiling Vim 7.4.282 on windows produces a warning due to some of the changes in patch 276.
ex_cmds.c(1554) : warning C4101: 'is_fish_shell' : unreferenced local variable The warning can be eliminated by moving the declaration of is_fish_shell to be immediately after the #if, or enclosing the declaration in its own #if/#endif. 1554 int is_fish_shell; 1555 1556 #if (defined(UNIX) && !defined(ARCHIE)) || defined(OS2) Charlie -- -- 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.
