Mark an unused parameter as _U_

svn path=/trunk/; revision=27432
This commit is contained in:
Anders Broman 2009-02-11 20:20:11 +00:00
parent a75c684a91
commit 425480c962
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ dissect_gtpv2_cause(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tre
* Editors note: MSISDN coding will be defined in TS 24.301.
*/
static void
dissect_gtpv2_msisdn(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint16 length _U_, guint8 instance _U_)
dissect_gtpv2_msisdn(tvbuff_t *tvb, int offset _U_, packet_info *pinfo, proto_tree *tree, guint16 length _U_, guint8 instance _U_)
{
dissect_gsm_map_msisdn(tvb, pinfo, tree);