From f7c9d2bfbe074a26b2c87e711ef9b5f7f1fad579 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 12 May 2010 15:47:06 -0700 Subject: [PATCH] rosh.c: mark argument used -Werror cleanup. Signed-off-by: H. Peter Anvin --- com32/rosh/rosh.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c index aa3e453..511fdff 100644 --- a/com32/rosh/rosh.c +++ b/com32/rosh/rosh.c @@ -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; -- 2.7.4