aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-14 14:01:53 +0000
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-14 14:01:53 +0000
commit2e0ffd9308c35972d287a080464647cecd57eeb3 (patch)
treec6394f4ef1a2f9a7495f7822b3cdb7ea92f06f04 /epan/dissectors/packet-giop.c
parent75d538a7920c416a78dfa714628ea8d559a96bbd (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21431 f5534014-38df-0310-8fa8-9805f1628bb7
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";
/*