summary refs log tree commit diff
path: root/src/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jobs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jobs.h b/src/jobs.h
index 26e421d..9c095ea 100644
--- a/src/jobs.h
+++ b/src/jobs.h
@@ -105,5 +105,5 @@ int waitforjob(struct job *);
 int stoppedjobs(void);
 
 #if ! JOBS
-#define setjobctl(on)	/* do nothing */
+#define setjobctl(on) ((void)(on))	/* do nothing */
 #endif