aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-giop.c')
-rw-r--r--epan/dissectors/packet-giop.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 1968b261bf..79d8b0b7e1 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -595,12 +595,6 @@ static const guint GIOP_MAJOR = 1;
static const guint GIOP_MINOR = 2;
-static const int KeyAddr = 0;
-static const int ProfileAddr = 1;
-static const int ReferenceAddr = 2;
-
-
-
static const value_string reply_status_types[] = {
{ NO_EXCEPTION, "No Exception" } ,
{ USER_EXCEPTION, "User Exception" } ,
@@ -716,8 +710,8 @@ static GSList *giop_sub_list = NULL;
*/
static const char giop_op_resolve[] = "resolve";
-static const char giop_op_bind_new_context[] = "bind_new_context";
-static const char giop_op_bind[] = "bind";
+static const char giop_op_bind_new_context[] _U_ = "bind_new_context";
+static const char giop_op_bind[] _U_ = "bind";
static const char giop_op_is_a[] = "_is_a";
/*