summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshell/common/sh/xec.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libshell/common/sh/xec.c')
-rw-r--r--usr/src/lib/libshell/common/sh/xec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libshell/common/sh/xec.c b/usr/src/lib/libshell/common/sh/xec.c
index e6ba69dd74..afceb6a355 100644
--- a/usr/src/lib/libshell/common/sh/xec.c
+++ b/usr/src/lib/libshell/common/sh/xec.c
@@ -2977,7 +2977,7 @@ static pid_t sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,in
{
static pid_t spawnpid;
static int savetype;
- static int savejobid;
+ static int savejobid __unused;
struct checkpt buff;
int otype=0, jmpval;
volatile int jobwasset=0, scope=0, sigwasset=0;