Hi Bram,
After applying patches 7.2.167 to 7.2.170 (which force a clobber build,
since Makefile and auto/config.mk, among others, are modified) I get the
following message (just FYI, no need to reply):
ex_cmds.c: In function ‘do_sub’:
ex_cmds.c:4640: warning: ‘typed’ may be used uninitialized in this function
Here is some of the context:
> if (do_ask)
> {
---------------------------------------------------------------------
> int typed;
---------------------------------------------------------------------
>
> /* change State to CONFIRM, so that the mouse works
> * properly */
> save_State = State;
> State = CONFIRM;
> #ifdef FEAT_MOUSE
> setmouse(); /* disable mouse in xterm */
> #endif
> curwin->w_cursor.col = regmatch.startpos[0].col;
- Under Linux
- With both "tiny" -gui and "huge" +gui_gtk2 +gui_gnome +perl +python
+ruby +tcl; the latter also has the usual "not enough arguments to fit a
sentinel" at gui_gtk_x11.c:3420. No other messages for compile, only the
usual "tempnam" messages from the linker.
- My feature.h is patched to give -tag_old_static +xterm_save (I don't
think it's relevant but I don't really know)
- My only unofficial patch is Bill McCarthy's extra float functions (not
relevant since only eval.c is affected).
Best regards,
Tony.
--
Any sufficiently advanced bug is indistinguishable from a feature.
-- Rich Kulawiec
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---