aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.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-uma.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-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 169cee205f..a8e674c815 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -444,7 +444,7 @@ static const value_string discovery_reject_cause_vals[] = {
{ 0, NULL }
};
/*EC Emergency Call allowed (octet 3)*/
-static const value_string EC_vals[] = {
+static const value_string EC_vals[] _U_ = {
{ 0, "Emergency call allowed in the cell to all MSs"},
{ 1, "Emergency call not allowed in the cell except for the MSs that belong to one of the classes between 11 to 15."},
{ 0, NULL }