dji-uav: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: Ia8b0c2e68edc0c67a3370245cd344582f7dc0989
Reviewed-on: https://code.wireshark.org/review/14981
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-15 19:45:28 +02:00 committed by Anders Broman
parent 73adaf7ee2
commit 9f75dfa120
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ get_djiuav_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset, void *data
}
static int
dissect_djiuav_static(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
dissect_djiuav_static(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
if ( !test_djiuav(tvb) ) {
return 0;