mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
Mark intentionally unused parameters as such (with "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
3dbace3421
commit
91a9c2923f
@@ -1222,7 +1222,7 @@ static void start_clients(int a_to_b[2],
|
||||
close(a_to_b[1]);
|
||||
}
|
||||
|
||||
static void do_nothing(int sig)
|
||||
static void do_nothing(int sig UNUSED)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user