commit | 405bb4273499a1f59c004cae78bae200e93fa8a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 21 00:12:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 21 00:12:29 2019 +0200 |
tree | 0696cf01920c1c9adaf492cabd5b473355219248 | |
parent | 75a1a9415b9c207de5a29b25c0d1949c6c9c5c61 [diff] [blame] |
patch 8.1.1576: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED" annotation. (Dominique Pelle, closes #4570)
diff --git a/src/ui.c b/src/ui.c index db878e6..896ab0c 100644 --- a/src/ui.c +++ b/src/ui.c
@@ -1484,7 +1484,7 @@ */ static void clip_invert_rectangle( - Clipboard_T *cbd, + Clipboard_T *cbd UNUSED, int row_arg, int col_arg, int height_arg,