mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
Mark intentionally unused parameters as such (with "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
3dbace3421
commit
91a9c2923f
@@ -138,7 +138,7 @@ static bool IsRFC4843(const struct wireaddr *addr)
|
||||
return IsIPv6(addr) && (GetByte(addr, 15) == 0x20 && GetByte(addr, 14) == 0x01 && GetByte(addr, 13) == 0x00 && (GetByte(addr, 12) & 0xF0) == 0x10);
|
||||
}
|
||||
|
||||
static bool IsTor(const struct wireaddr *addr)
|
||||
static bool IsTor(const struct wireaddr *addr UNUSED)
|
||||
{
|
||||
/* FIXME */
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user