summaryrefslogtreecommitdiff
path: root/plugins/giop/packet-parlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/giop/packet-parlay.c')
-rw-r--r--plugins/giop/packet-parlay.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/giop/packet-parlay.c b/plugins/giop/packet-parlay.c
index 1e18413d6e..a77111faba 100644
--- a/plugins/giop/packet-parlay.c
+++ b/plugins/giop/packet-parlay.c
@@ -48,6 +48,10 @@
G_MODULE_EXPORT const gchar version[] = "0.0.1";
#endif
+#ifdef _MSC_VER
+/* disable warning: "unreference local variable" */
+#pragma warning(disable:4101)
+#endif
static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);