packet-bootp.c: In function 'dissect_vendor_generic_suboption':
authorAnders Broman <anders.broman@ericsson.com>
Mon, 20 Jan 2014 20:30:41 +0000 (20:30 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Mon, 20 Jan 2014 20:30:41 +0000 (20:30 -0000)
packet-bootp.c:3293: warning: unused parameter 'pinfo'
packet-bootp.c:3293: warning: unused parameter 'v_ti'
packet-bootp.c:3294: warning: unused parameter 'optend'

svn path=/trunk/; revision=54861

epan/dissectors/packet-bootp.c

index a1e080f81c1434ed4fed9b74400ed3996068d5d9..bff1e04a56f53e583a3e3499ae20cb308cdb299c 100644 (file)
@@ -3290,8 +3290,8 @@ dissect_vendor_cablelabs_suboption(packet_info *pinfo, proto_item *v_ti, proto_t
 
 
 static int
-dissect_vendor_generic_suboption(packet_info *pinfo, proto_item *v_ti, proto_tree *v_tree,
-                                tvbuff_t *tvb, int optoff, int optend)
+dissect_vendor_generic_suboption(packet_info *pinfo _U_, proto_item *v_ti _U_, proto_tree *v_tree,
+                                tvbuff_t *tvb, int optoff, int optend _U_)
 {
        int         suboptoff = optoff;
        guint8      subopt_len;