Re: Patch 7.2.048

2008-11-21 Fir de Conversatie Ben Schmidt
spell.c:7958: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result All the new warnings I see, with no exception, are for not using the result of a function which returns a result of type warn_unused_result. My first impression was that: - these

Re: slick way to keep patches?

2008-11-21 Fir de Conversatie Richard Hartmann
On Mon, Nov 17, 2008 at 16:22, Charles Campbell [EMAIL PROTECTED] wrote: The only criticism I could make of MH's patch, and perhaps I'm just ignorant of how to do it -- but I rather like the plugin's different colorization of previous vs future relative numbers, and would like it if the

Re: Patch 7.2.048

2008-11-21 Fir de Conversatie Tony Mechelynck
On 21/11/08 15:14, Ben Schmidt wrote: spell.c:7958: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result All the new warnings I see, with no exception, are for not using the result of a function which returns a result of type warn_unused_result. My first

Re: slick way to keep patches?

2008-11-21 Fir de Conversatie Charles Campbell
Richard Hartmann wrote: On Mon, Nov 17, 2008 at 16:22, Charles Campbell [EMAIL PROTECTED] wrote: The only criticism I could make of MH's patch, and perhaps I'm just ignorant of how to do it -- but I rather like the plugin's different colorization of previous vs future relative numbers,

[patch] fixed compilation warnings in getchar.c

2008-11-21 Fir de Conversatie Dominique Pelle
Hi The attached patch fixes a compilation warning in vim-7.2.49: getchar.c: In function 'makemap': getchar.c:4705: warning: format not a string literal and no format arguments getchar.c: In function 'put_escstr': getchar.c:4804: warning: format not a string literal and no format arguments This

Re: Patch 7.2.048

2008-11-21 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 21/11/08 15:14, Ben Schmidt wrote: spell.c:7958: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result All the new warnings I see, with no exception, are for not using the result of a function which returns a result of type

Re: [patch] fixed compilation warnings in getchar.c

2008-11-21 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: The attached patch fixes a compilation warning in vim-7.2.49: getchar.c: In function 'makemap': getchar.c:4705: warning: format not a string literal and no format arguments getchar.c: In function 'put_escstr': getchar.c:4804: warning: format not a string literal

Re: [patch] fixed compilation warnings in getchar.c

2008-11-21 Fir de Conversatie Tony Mechelynck
On 21/11/08 20:26, Dominique Pelle wrote: Hi The attached patch fixes a compilation warning in vim-7.2.49: getchar.c: In function 'makemap': getchar.c:4705: warning: format not a string literal and no format arguments getchar.c: In function 'put_escstr': getchar.c:4804: warning: format