Squelch some warnings that show up with, for example, the GCC 4.2.1 that

comes with Xcode 3.2.6 (it's not a real problem, but that requires more
flow analysis than that version of the compiler does, apparently).

svn path=/trunk/; revision=50419
This commit is contained in:
Guy Harris 2013-07-06 19:34:21 +00:00
parent e02563ceae
commit b2475c1c29
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ parse_c1222_detailed(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int cm
guint8 wait_seconds = 0;
int numrates = 0;
guint16 packet_size;
guint16 procedure_num;
guint16 procedure_num = 0;
guint8 nbr_packet;
/* timing setup parameters */
guint8 traffic;

View File

@ -411,7 +411,7 @@ parse_c1222_detailed(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int cm
guint8 wait_seconds = 0;
int numrates = 0;
guint16 packet_size;
guint16 procedure_num;
guint16 procedure_num = 0;
guint8 nbr_packet;
/* timing setup parameters */
guint8 traffic;