]> mj.ucw.cz Git - checkmail.git/commitdiff
Silence warning about unused variable
authorMartin Mares <mj@ucw.cz>
Sat, 29 Mar 2014 22:22:31 +0000 (23:22 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 29 Mar 2014 22:22:31 +0000 (23:22 +0100)
cm.c

diff --git a/cm.c b/cm.c
index 2d9762f48be04d818bded150f4305265a0f06d6b..8b2b03fa64c62f0ef55d364cb7604af2f439b288 100644 (file)
--- a/cm.c
+++ b/cm.c
@@ -976,6 +976,7 @@ redraw_line(int i)
              int xx, yy;
              getyx(stdscr, yy, xx);
              int remains = COLS-1-xx;
+             (void) yy;
 
              char snip[256];
              build_snippet(snip, snip + sizeof(snip) - 1, b);