diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jobs.h | 2 |
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 |