summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ff.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-23 12:44:50 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-23 12:44:50 +0000
commitdf120bc8d2e332370a7e3d058e3b959540126a33 (patch)
tree6d5b212c4723d04dd71ac10e16d4083639650d19 /epan/dissectors/packet-ff.c
parentc11055cda91c3724fa5d76b5eb580eb4b3204048 (diff)
downloadwireshark-df120bc8d2e332370a7e3d058e3b959540126a33.tar.gz
Removed some "initializer does not fit or is out of range" warnings.
svn path=/trunk/; revision=27826
Diffstat (limited to 'epan/dissectors/packet-ff.c')
-rw-r--r--epan/dissectors/packet-ff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ff.c b/epan/dissectors/packet-ff.c
index 8527ec6e43..de79ea6f79 100644
--- a/epan/dissectors/packet-ff.c
+++ b/epan/dissectors/packet-ff.c
@@ -10556,7 +10556,7 @@ dissect_ff_msg_lr_get_statistics_rsp(
{
proto_tree *sub_tree = NULL;
proto_item *ti = NULL;
- guint32 NumXcableStat = -1;
+ guint32 NumXcableStat;
if(check_col(pinfo->cinfo, COL_INFO)) {
col_clear(pinfo->cinfo, COL_INFO);