Intialise a variable to avoid a (bogus) warning with my version of gcc

svn path=/trunk/; revision=54163
This commit is contained in:
Martin Mathieson 2013-12-16 23:26:09 +00:00
parent f9abd6f9e0
commit 5c085177fe
1 changed files with 1 additions and 1 deletions

View File

@ -10971,7 +10971,7 @@ dissect_dtap_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboolea
static ansi_a_tap_rec_t tap_rec[16];
static ansi_a_tap_rec_t *tap_p;
static int tap_current = 0;
guint8 oct, oct_1;
guint8 oct, oct_1=0;
guint32 offset, saved_offset;
guint32 len;
gint dec_idx;