aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.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-tipc.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-tipc.c')
-rw-r--r--epan/dissectors/packet-tipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 5a8e4e1485..aacf0dff29 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -295,7 +295,7 @@ static const value_string tipcv2_data_msg_type_defines[] = {
{ 3, "DirectMsg"},
{ 0, NULL}
};
-static const value_string tipcv2_data_msg_type_values[] = {
+static const value_string tipcv2_data_msg_type_values[] _U_ = {
{ 0, "Sent on connection (CONN_MSG)"},
{ 1, "Logical multicast (MCAST_MSG)"},
{ 2, "Port name destination address (NAMED_MSG)"},