Tony Mechelynck wrote:
> 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).
Thanks, I am still struggling to make the lint-like tools work on my
newly installed system. I'll soon make a patch to fix the most obvious
problems. More to follow...
--
<Beeth> Girls are like internet domain names,
the ones I like are already taken.
<honx> Well, you can stil get one from a strange country :-P
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---