summaryrefslogtreecommitdiff
path: root/plugins/giop/packet-coseventcomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/giop/packet-coseventcomm.c')
-rw-r--r--plugins/giop/packet-coseventcomm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c
index bf6e9f58c9..657d77668f 100644
--- a/plugins/giop/packet-coseventcomm.c
+++ b/plugins/giop/packet-coseventcomm.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);