diff --git a/src/promises.c b/src/promises.c index b76ce1f..7a84bf0 100644 --- a/src/promises.c +++ b/src/promises.c @@ -10,7 +10,7 @@ bool interrupted = false; * Function launched on signal reception. * @param signal - the received signal. */ -void onsigint(/*int signal*/) +void onsigint(__attribute__((unused)) int signal) { //if (signal == SIGINT) // the program is now interrupted.