mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
silence ci warning
This commit is contained in:
parent
3665541dac
commit
60eabb6170
|
@ -5185,7 +5185,8 @@ static void show_help(const char *path)
|
|||
}
|
||||
hex = *s == '\n';
|
||||
}
|
||||
if (write(fd, help_buf, w - help_buf)) {} // silence warning
|
||||
ssize_t res = write(fd, help_buf, w - help_buf);
|
||||
(void)res; // silence warning
|
||||
|
||||
dprintf(fd, "\nLOCATIONS\n");
|
||||
for (uchar_t i = 0; i < CTX_MAX; ++i)
|
||||
|
|
Loading…
Reference in a new issue