Dear Bram, 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. Best regards, Tony. -- Hier liegt ein Mann ganz obnegleich; Im Leibe dick, an Suden reich. Wir haben ihn ins Grab gesteckt, Here lies a man with sundry flaws Weil es uns dunkt er sei verreckt. And numerous Sins upon his head; We buried him today because As far as we can tell, he's dead. -- PDQ Bach's epitaph, as requested by his cousin Betty Sue Bach and written by the local doggerel catcher; "The Definitive Biography of PDQ Bach", Peter Schickele --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
gui_gtk_x11.c: In function ‘gui_mch_init_check’: gui_gtk_x11.c:1595: warning: pointer targets in passing argument 2 of ‘dcgettext’ differ in signedness gui_gtk_x11.c: In function ‘sm_client_die’: gui_gtk_x11.c:2350: warning: pointer targets in passing argument 2 of ‘vim_strncpy’ differ in signedness gui_gtk_x11.c: In function ‘gui_mch_init’: gui_gtk_x11.c:3418: warning: not enough variable arguments to fit a sentinel gui_gtk_x11.c: In function ‘gui_mch_get_font’: gui_gtk_x11.c:5233: warning: pointer targets in passing argument 2 of ‘dcgettext’ differ in signedness if_perl.c: In function ‘boot_VIM’: if_perl.c:1542: warning: unused variable ‘items’ if_python.c:1389: warning: ‘intargfunc’ is deprecated if_python.c:1390: warning: ‘intargfunc’ is deprecated if_python.c:1391: warning: ‘intintargfunc’ is deprecated if_python.c:1632: warning: ‘intargfunc’ is deprecated if_python.c:1633: warning: ‘intargfunc’ is deprecated if_python.c:1634: warning: ‘intintargfunc’ is deprecated if_python.c:1806: warning: ‘intargfunc’ is deprecated if_python.c:1807: warning: ‘intargfunc’ is deprecated if_python.c:1808: warning: ‘intintargfunc’ is deprecated if_python.c:2124: warning: ‘intargfunc’ is deprecated if_python.c:2125: warning: ‘intargfunc’ is deprecated if_python.c:2126: warning: ‘intintargfunc’ is deprecated /usr/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function `posix_tmpnam': (.text+0x820): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function `posix_tempnam': (.text+0x934): warning: the use of `tempnam' is dangerous, better use `mkstemp'
