From 3f1145637e2cd29c49b3bc1bc3ea62478b390137 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Mar 2009 18:20:29 +0000 Subject: Compiler warning and partial splint cleanup. --- monitor_superstar2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'monitor_superstar2.c') diff --git a/monitor_superstar2.c b/monitor_superstar2.c index 09621279..23a973bd 100644 --- a/monitor_superstar2.c +++ b/monitor_superstar2.c @@ -68,12 +68,12 @@ static void display_superstar2_svinfo(unsigned char *buf, size_t data_len) az = (unsigned short)getub(buf, off+2) + ((unsigned short)(getub(buf, off+3) & 0x1) << 1); fl = getub(buf, off) & 0xe0; - wmove(satwin, i+2, 4); - wprintw(satwin, "%3u %3d %2d %02d %02x %c", + (void)wmove(satwin, i+2, 4); + (void)wprintw(satwin, "%3u %3d %2d %02d %02x %c", porn, az, el, ss, fl, ((fl & 0x60) == 0x60)? 'Y' : ' '); } - wnoutrefresh(satwin); + (void)wnoutrefresh(satwin); return; } -- cgit v1.2.1