rosh.c: mark argument used
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:47:06 +0000 (15:47 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:47:06 +0000 (15:47 -0700)
-Werror cleanup.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/rosh/rosh.c

index aa3e453..511fdff 100644 (file)
@@ -514,6 +514,8 @@ void rosh_more_buf(char *buf, int buflen, int rows, int cols)
     int inc;
     int i, numln;              /* Index, Number of lines */
 
+    (void)cols;
+
     bufpos = 0;
     bufp = buf + bufpos;
     bufeol = bufp;