mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Mark intentionally unused parameters as such (with "UNUSED")
This commit is contained in:
committed by
Rusty Russell
parent
3dbace3421
commit
91a9c2923f
@@ -534,7 +534,7 @@ static void log_crash(int sig)
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
void crashlog_activate(const char *argv0, struct log *log)
|
||||
void crashlog_activate(const char *argv0 UNUSED, struct log *log)
|
||||
{
|
||||
struct sigaction sa;
|
||||
crashlog = log;
|
||||
|
||||
Reference in New Issue
Block a user