enc: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I6c2c07ba23be60c3f335cd08c282784b8e5822c4
Reviewed-on: https://code.wireshark.org/review/15081
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:10:16 +02:00 committed by Anders Broman
parent cad076a820
commit a3e49b7bff
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ static gint ett_enc = -1;
static gint ett_enc_flag = -1;
static gboolean
capture_enc(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
capture_enc(const guchar *pd, int offset _U_, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header)
{
guint32 af;