]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() v8.0.1677
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Apr 2018 11:07:22 +0000 (13:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Apr 2018 11:07:22 +0000 (13:07 +0200)
commitea39176baab52b646d1e2676e662def718ddd365
treeb7efd5049894e2dd699222f9614ffcf01e892480
parent4ac2e8d8e60dcc7dbff662e177b86ccfbda7cd9e
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()

Problem:    No compiler warning for wrong format in vim_snprintf().
Solution:   Add printf attribute for gcc.  Fix reported problems.
src/eval.c
src/fileio.c
src/json.c
src/mbyte.c
src/ops.c
src/proto.h
src/spellfile.c
src/undo.c
src/version.c
src/vim.h