mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Mark unused parameters as such (using "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
20ae038080
commit
03e2e404f2
@@ -112,7 +112,7 @@ static void peer_closing_complete(struct channel *channel, const u8 *msg)
|
||||
channel_set_state(channel, CLOSINGD_SIGEXCHANGE, CLOSINGD_COMPLETE);
|
||||
}
|
||||
|
||||
static unsigned closing_msg(struct subd *sd, const u8 *msg, const int *fds)
|
||||
static unsigned closing_msg(struct subd *sd, const u8 *msg, const int *fds UNUSED)
|
||||
{
|
||||
enum closing_wire_type t = fromwire_peektype(msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user