If def offending code

packet-rlc.c:2290:7: error: variable ‘i’ set but not used [-Werror=unused-but-set-variable]

svn path=/trunk/; revision=44037
This commit is contained in:
Anders Broman 2012-07-26 11:39:11 +00:00
parent de022f5bed
commit 46d1c5c5ec
1 changed files with 2 additions and 0 deletions

View File

@ -2287,8 +2287,10 @@ dissect_rlc_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
gboolean rlc_is_ciphered(packet_info * pinfo){
#if 0
int i;
i = pinfo->fd->num;
#endif
return global_rlc_ciphered;
}