aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 12:44:50 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 12:44:50 +0000
commit88aa5794ccc83d7814ff9faf2a68cc72f615cfbf (patch)
tree6d5b212c4723d04dd71ac10e16d4083639650d19 /epan/dissectors/packet-ff.c
parentc341d18fd2e030d9585620ab34e49b778fa1e664 (diff)
Removed some "initializer does not fit or is out of range" warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27826 f5534014-38df-0310-8fa8-9805f1628bb7
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);