aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-11 04:59:15 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-11 04:59:15 -0400
commit8aca25c53660bf1d48feefaf09a13040a37677d1 (patch)
tree208ef25420a50c675b67c173f5bb0eb1fa03fddb /marsond.c
parent2cdc7ddbc7b7b87da7f4269b4378febb958a4582 (diff)
downloadmarsond-8aca25c53660bf1d48feefaf09a13040a37677d1.tar.gz
fix compile with pcc and tcc.
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index 71b5eb6..9bb7795 100644
--- a/marsond.c
+++ b/marsond.c
@@ -145,7 +145,7 @@ void cleanup(void) {
manually killed. Cleanly exiting allows the physical keyboard to
keep working (with the Enter key timing issue of course).
*/
-void sighandler(int sig, siginfo_t *si, void *) {
+void sighandler(int sig, siginfo_t *si, void *unused) {
if(sig != SIGTERM) {
/* this should never happen! */
return;