mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-09 02:33:00 -04:00
console: Mark an unused parameter as such
This signal handler is only called for SIGWINCH, so it doesn't need to look at its parameter. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -143,7 +143,7 @@ glnx_console_lines (void)
|
||||
}
|
||||
|
||||
static void
|
||||
on_sigwinch (int signum)
|
||||
on_sigwinch (G_GNUC_UNUSED int signum)
|
||||
{
|
||||
cached_columns = 0;
|
||||
cached_lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user