Mark an unused parameter as such

svn path=/trunk/; revision=52971
This commit is contained in:
Martin Mathieson 2013-10-29 22:16:32 +00:00
parent 733713b4b1
commit a7505b3027
1 changed files with 1 additions and 1 deletions

View File

@ -4604,7 +4604,7 @@ dissect_enc(tvbuff_t *tvb,
#else
packet_info *pinfo _U_,
guint8 inner_payload _U_,
void* decr_info)
void* decr_info _U_)
#endif
{
#ifdef HAVE_LIBGCRYPT