aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-23 00:38:00 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-23 00:38:00 +0000
commit3f32ff940b4c7c46b5ae6ccbc70e0d8dc618d01f (patch)
tree93f35dcf05daadc1ea0e2df000c68e8a9935772c
parentcee023821ad9e1e50c0ce2292ce942520a353a09 (diff)
squelch some compiler warnings due to currently disabled code
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19300 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--capture_loop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 2cdb364903..6b10801f1a 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -231,8 +231,10 @@ cap_pipe_open_live(char *pipename, struct pcap_hdr *hdr, loop_data *ld,
#ifndef _WIN32
struct stat pipe_stat;
#else
+#if 0
char *pncopy, *pos;
wchar_t *err_str;
+#endif
HANDLE hPipe = NULL;
#endif
int sel_ret;