about summary refs log tree commit diff
path: root/Src/init.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-04 09:42:35 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-04 09:42:35 +0000
commit04479a56e09b92b893230c715e434f95e77c09b5 (patch)
tree1abdbe007a014f33230afe302e4007c62360653e /Src/init.c
parentfc00e3a6b79862be1b605279615fe88259d70799 (diff)
downloadzsh-04479a56e09b92b893230c715e434f95e77c09b5.tar.gz
zsh-04479a56e09b92b893230c715e434f95e77c09b5.tar.xz
zsh-04479a56e09b92b893230c715e434f95e77c09b5.zip
unposted: fix init_io() calls in previous change
Diffstat (limited to 'Src/init.c')
-rw-r--r--Src/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c
index 789489332..4097327ee 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -519,6 +519,8 @@ init_io(char *cmd)
 	for (i = 3; i < 10; i++)
 	    close(i);
     }
+#else
+    (void)cmd;
 #endif
 
     if (shout) {