@ -101,7 +101,7 @@ static void proc_read(void)
|
||||
{
|
||||
struct element *e;
|
||||
FILE *fd;
|
||||
char buf[512], *p, *s, *unused;
|
||||
char buf[512], *p, *s, *unused __unused__;
|
||||
int w;
|
||||
|
||||
if (!(fd = fopen(c_path, "r")))
|
||||
|
@ -148,7 +148,7 @@ static void put_line(const char *fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
char buf[2048];
|
||||
int x, y;
|
||||
int x, y __unused__;
|
||||
|
||||
memset(buf, 0, sizeof(buf));
|
||||
getyx(stdscr, y, x);
|
||||
|
Reference in New Issue
Block a user