summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-06-03 10:07:45 -0700
committerGarrett D'Amore <garrett@damore.org>2016-06-03 10:16:18 -0700
commit4e9cfe9f46e527efe8279ab53dbcbf9307fe1399 (patch)
tree166cc3f0912180103e89818c81faeedf5019f228
parent515cd4120ed59a9c6e6d64747060adc6de8b3540 (diff)
downloadnanomsg-4e9cfe9f46e527efe8279ab53dbcbf9307fe1399.tar.gz
fixes #748 Minor warning in windows build of IPC test
-rw-r--r--tests/ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ipc.c b/tests/ipc.c
index 7569376..d086ffb 100644
--- a/tests/ipc.c
+++ b/tests/ipc.c
@@ -37,7 +37,9 @@ int main ()
int sc;
int i;
int s1, s2;
+#if !defined(NN_HAVE_WINDOWS)
int rc;
+#endif
int size;
char * buf;