refactor(echobot): remove warning
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
bool run = true;
|
||||
|
||||
void sighandler(int signum) {
|
||||
(void)signum;
|
||||
run = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user