Elimar Riesebieter wrote:
> * Bram Moolenaar [090517 16:23 +0200]
> >
> >
> > Patch 7.2.181
> > Problem: Some more compiler warnings when using gcc -Wextra.
> > Solution: Add UNUSED and type casts.
> > Files: src/if_mzsch.c, src/gui.c, src/gui_gtk.c, src/gui_gtk_x11.c,
> > src/gui_gtk_f.c, src/gui_beval.c, src/netbeans.c
>
> Compiling stops:
> netbeans.c:711: error: expected ';', ',' or ')' before 'int'
> make[1]: *** [objects/netbeans.o] Error 1
> make[1]: Leaving directory `/source/vim/vim-7.2.181/src/vim-lesstif'
>
> 7.2.180 went fine on my linux box.
Missing comma. You must be compiling with Motif. I'll make a patch.
The problem with fixing all these messages is that it's not yet possible
to check all combination of features...
--
A M00se once bit my sister ...
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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
-~----------~----~----~----~------~----~------~--~---