mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1476
Problem: Function arguments marked as unused while they are not. Solution: Remove UNUSED. (Yegappan Lakshmanan)
This commit is contained in:
@@ -641,7 +641,7 @@ diff_write(buf_T *buf, char_u *fname)
|
||||
*/
|
||||
void
|
||||
ex_diffupdate(
|
||||
exarg_T *eap UNUSED) /* can be NULL */
|
||||
exarg_T *eap) /* can be NULL */
|
||||
{
|
||||
buf_T *buf;
|
||||
int idx_orig;
|
||||
|
Reference in New Issue
Block a user