mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Mark intentionally unused parameters as such (with "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
3dbace3421
commit
91a9c2923f
@@ -14,7 +14,7 @@
|
||||
|
||||
static struct backtrace_state *backtrace_state;
|
||||
|
||||
static int backtrace_status(void *unused, uintptr_t pc,
|
||||
static int backtrace_status(void *unused UNUSED, uintptr_t pc,
|
||||
const char *filename, int lineno,
|
||||
const char *function)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user