Tony Mechelynck wrote:
> While compiling Vim 7.1.125 a few minutes ago (a full compile since globals.h > has changed) I noticed a few warnings and thought you might be interested. > > My configure options are at > http://users.skynet.be/antoine.mechelynck/vim/compunix.htm#p1 > > The attached text contains only the warnings from the make.log -- intervening > "uninteresting lines" have been replaced by a single empty line between each > block of warnings. Most of these are probably beyond your control, but I > thought you might be interested in the first block. You can safely ignore the warnings for "differ in signedness", they are caused by the Gnome libraries redefining _(). Gnome sometimes has the attitude to behave like it's the only library in the world. I don't know about this one: > gui_gtk_x11.c: In function 'gui_mch_init': > gui_gtk_x11.c:3418: warning: not enough variable arguments to fit a sentinel That must be gnome_program_init(). What is a sentinel? Perhaps you can check your header files. All the other warnings look harmless. -- A fool must search for a greater fool to find admiration. /// 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 -~----------~----~----~----~------~----~------~--~---
