Tony Mechelynck wrote:
> On 28/11/08 21:27, Bram Moolenaar wrote: > > > > Patch 7.2.055 > > Problem: Various compiler warnings with strict checking. > > Solution: Avoid the warnings by using return values and renaming. > [...] > > Works for me (Huge gvim with +gui_gtk2 +gui_gnome +perl +python +ruby > +tcl -mzscheme +float +xterm_save -tag_old_static). > > All warnings have disappeared except the "unavoidable" ones about: > gui_gtk_x11.c:3420: not enough variable arguments to fit a sentinel > a line included (by #ifdef) only for Gnome2 GUI I don't know how to fix this one. It actually looks like a problem in the header file. Or at least incompatible between GTK versions. > if_perl.xs:463: null argument where non-null required > a line specific to Perl ver. 5.10 (included) to 6.0 (excluded). I actually think NULL is OK here. At least, it has always worked. I don't know how to pass something else, one can't simply pass an empty environment. > ... and in the link, two messages ending in "better use 'mkstemp'" about > the file posixmodule.c distributed with Python 2.6 That is caused by the Python library. -- Overflow on /dev/null, please empty the bit bucket. /// 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 -~----------~----~----~----~------~----~------~--~---
