aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-14 14:01:53 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-14 14:01:53 +0000
commit68ad2f4b9b0826e9e2ed1c7daf38b28d3d46794d (patch)
treec6394f4ef1a2f9a7495f7822b3cdb7ea92f06f04 /epan/dissectors/packet-giop.c
parentc3530274e004fe0403971fdc4c3a8d5bab89f4be (diff)
fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC svn path=/trunk/; revision=21431
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";
/*