packet-gsm_bsslap.c:374: warning: unused parameter 'len'
packet-gsm_a_rr.c:3035: warning: 'xdd_indic0' may be used uninitialized in this function

svn path=/trunk/; revision=26630
This commit is contained in:
Anders Broman 2008-10-30 20:09:14 +00:00
parent 88e85605f6
commit 34fdd680ef
2 changed files with 2 additions and 2 deletions

View File

@ -3032,7 +3032,7 @@ de_rr_si2quater_rest_oct(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint
guint32 curr_offset;
gint bit_offset, bit_offset_sav, bit_offset_sav2, idx;
guint8 value;
gint xdd_cell_info, wsize, nwi, jwi, w[64], i, iused, xdd_indic0;
gint xdd_cell_info, wsize, nwi, jwi, w[64], i, iused, xdd_indic0=0;
len = 20;
curr_offset = offset;

View File

@ -371,7 +371,7 @@ de_delta_time(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gc
* 5.24 Encryption Key
*/
static guint8
de_blap_enc_key(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
de_blap_enc_key(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;