[7.2.173] Without lint there is no check for unused function arguments.
commit442d6c2221663837b6599b0b9f6a252977ca2d60
authorBram Moolenaar <Bram@moolenaar.net>
Thu, 14 May 2009 22:14:51 +0000 (14 22:14 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Thu, 14 May 2009 22:14:51 +0000 (14 22:14 +0000)
tree355fed0a5ed92b015b18b7f82b64d9e9cce05e7c
parent11c13043b127988d4994c4fbbfc533d85685f398
[7.2.173] Without lint there is no check for unused function arguments.

Problem:    Without lint there is no check for unused function arguments.

Solution:   Use gcc -Wunused-parameter instead of lint.  For a few files add
            attributes to arguments that are known not to be used.

Patch 7.2.173
src/auto/configure
src/buffer.c
src/charset.c
src/config.h.in
src/configure.in
src/diff.c
src/edit.c
src/ex_cmds.c
src/ex_cmds2.c
src/version.c
src/vim.h