mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Mark intentionally unused parameters as such (with "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
3dbace3421
commit
91a9c2923f
@@ -139,8 +139,8 @@ static void json_pay_sendpay_resolve(const struct sendpay_result *r,
|
||||
json_pay_try(pay);
|
||||
}
|
||||
|
||||
static void json_pay_getroute_reply(struct subd *gossip,
|
||||
const u8 *reply, const int *fds,
|
||||
static void json_pay_getroute_reply(struct subd *gossip UNUSED,
|
||||
const u8 *reply, const int *fds UNUSED,
|
||||
struct pay *pay)
|
||||
{
|
||||
struct route_hop *route;
|
||||
|
||||
Reference in New Issue
Block a user