aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.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-h248_annex_e.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-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index eff014c7b9..f6d5a45494 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -51,7 +51,7 @@ static gint ett_h248_pkg_generic_cause_evt = -1;
static gint ett_h248_pkg_generic = -1;
static int ett_h248_pkg_generic_sc_evt = -1;
-static const value_string h248_pkg_generic_cause_vals[] = {
+static const value_string h248_pkg_generic_cause_vals[] _U_ = {
{1, "gencause"},
{2, "failurecause"},
{ 0, NULL }
@@ -79,7 +79,7 @@ static h248_pkg_param_t h248_pkg_generic_cause_evt_params[] = {
{ 0, NULL, NULL, NULL}
};
-static const value_string h248_pkg_generic_sc_meth_vals[] = {
+static const value_string h248_pkg_generic_sc_meth_vals[] _U_ = {
{0x0001,"SigID"},
{0x0002,"Meth"},
{0x0003,"SLID"},
@@ -326,7 +326,7 @@ static h248_pkg_evt_t h248_pkg_al_evts[] = {
};
/* Packet defenitions */
-static const value_string h248_pkg_al_parameters[] = {
+static const value_string h248_pkg_al_parameters[] _U_ = {
/* Signals */
{ 0x0002, "ri (Ring)" },
/* Events */
@@ -357,7 +357,7 @@ static int hf_h248_pkg_rtp_stat_ps = -1;
static int ett_h248_pkg_rtp = -1;
-static const value_string h248_pkg_rtp_stat_vals[] = {
+static const value_string h248_pkg_rtp_stat_vals[] _U_ = {
{ 0x0004, "ps"},
{ 0, NULL}
};