clean up unused var
This commit is contained in:
parent
71dbc0d473
commit
f02870c975
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace Hanabi {
|
|||
return true;
|
||||
}
|
||||
|
||||
void signal_handler(int signal) {
|
||||
void signal_handler(int) {
|
||||
std::cout << "Use 'quit' to exit the interactive shell." << std::endl << "> ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue