Bram Moolenaar wrote:
>> gui_gtk_x11.c:3418: warning: not enough variable
>> arguments to fit a sentinel
>
> The function definition that is in gnome-program.h looks like this:
>
> GnomeProgram *
> gnome_program_init (const char *app_id, const char *app_version,
> const GnomeModu
Bram Moolenaar wrote:
> Tony Mechelynck wrote:
>
>>> 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
>> at the line just before "# else" in
>>
>> #ifdef FEAT_GUI_GNOME
>>
Tony Mechelynck wrote:
> > 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
>
> at the line just before "# else" in
>
> #ifdef FEAT_GUI_GNOME
> /* Initialize the GNOME
Bram Moolenaar wrote:
> 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/compun
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 t
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 warnin