comparison src/diff.c @ 8368:db2a07b710ed v7.4.1476

commit https://github.com/vim/vim/commit/f1d2501ebe33e148886c2914acd33140e20ee222 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 12:22:53 2016 +0100 patch 7.4.1476 Problem: Function arguments marked as unused while they are not. Solution: Remove UNUSED. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Mar 2016 12:30:05 +0100
parents 05b88224cea1
children f094d4085014
comparison
equal deleted inserted replaced
8367:baaed20fea62 8368:db2a07b710ed
639 * The buffers are written to a file, also for unmodified buffers (the file 639 * The buffers are written to a file, also for unmodified buffers (the file
640 * could have been produced by autocommands, e.g. the netrw plugin). 640 * could have been produced by autocommands, e.g. the netrw plugin).
641 */ 641 */
642 void 642 void
643 ex_diffupdate( 643 ex_diffupdate(
644 exarg_T *eap UNUSED) /* can be NULL */ 644 exarg_T *eap) /* can be NULL */
645 { 645 {
646 buf_T *buf; 646 buf_T *buf;
647 int idx_orig; 647 int idx_orig;
648 int idx_new; 648 int idx_new;
649 char_u *tmp_orig; 649 char_u *tmp_orig;