diff src/ui.c @ 17153:53ae08e30d1c v8.1.1576

patch 8.1.1576: compiler warning for unused argument commit https://github.com/vim/vim/commit/405bb4273499a1f59c004cae78bae200e93fa8a7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 21 00:12:29 2019 +0200 patch 8.1.1576: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED" annotation. (Dominique Pelle, closes https://github.com/vim/vim/issues/4570)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jun 2019 00:15:05 +0200
parents cbb739777fd1
children f16cee6adf29
line wrap: on
line diff
--- a/src/ui.c
+++ b/src/ui.c
@@ -1484,7 +1484,7 @@ clip_invert_area(
  */
     static void
 clip_invert_rectangle(
-	Clipboard_T	*cbd,
+	Clipboard_T	*cbd UNUSED,
 	int		row_arg,
 	int		col_arg,
 	int		height_arg,