[syslinux:pathbased] rosh.c: mark argument used

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Wed May 12 16:12:15 PDT 2010


Commit-ID:  f7c9d2bfbe074a26b2c87e711ef9b5f7f1fad579
Gitweb:     http://syslinux.zytor.com/commit/f7c9d2bfbe074a26b2c87e711ef9b5f7f1fad579
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 12 May 2010 15:47:06 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 12 May 2010 15:47:06 -0700

rosh.c: mark argument used

-Werror cleanup.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 com32/rosh/rosh.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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;



More information about the Syslinux-commits mailing list