Re: Patch 8.0.1677

2018-04-11 Fir de Conversatie John Marriott
On 10-Apr.-2018 20:42, Bram Moolenaar wrote: John Marriott wrote: On 08-Apr.-2018 21:08, Bram Moolenaar wrote: Patch 8.0.1677 Problem:No compiler warning for wrong format in vim_snprintf(). Solution: Add printf attribute for gcc. Fix reported problems. Files: src/vim.h, src

Re: Patch 8.0.1677

2018-04-10 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 08-Apr.-2018 21:08, Bram Moolenaar wrote: > > Patch 8.0.1677 > > Problem:No compiler warning for wrong format in vim_snprintf(). > > Solution: Add printf attribute for gcc. Fix reported problems. > > Files: src/vim.h, src/proto.

Re: Patch 8.0.1677

2018-04-09 Fir de Conversatie John Marriott
On 08-Apr.-2018 21:08, Bram Moolenaar wrote: Patch 8.0.1677 Problem:No compiler warning for wrong format in vim_snprintf(). Solution: Add printf attribute for gcc. Fix reported problems. Files: src/vim.h, src/proto.h, src/eval.c, src/fileio.c, src/mbyte.c, src/ops.c

Patch 8.0.1677

2018-04-08 Fir de Conversatie Bram Moolenaar
Patch 8.0.1677 Problem:No compiler warning for wrong format in vim_snprintf(). Solution: Add printf attribute for gcc. Fix reported problems. Files: src/vim.h, src/proto.h, src/eval.c, src/fileio.c, src/mbyte.c, src/ops.c, src/spellfile.c, src/undo.c, src/json.c