refactor(echobot): remove warning

This commit is contained in:
2026-01-06 18:20:54 +01:00
parent eb267c1f84
commit 4be30d0830

View File

@@ -8,6 +8,7 @@
bool run = true;
void sighandler(int signum) {
(void)signum;
run = false;
}
@@ -48,4 +49,4 @@ int main(void) {
tgbot_free(bot);
return 0;
}
}