from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
[obnox/wireshark/wip.git] / plugins / opcua / opcua.c
index 6f21594bd16672a73afed9638ae00d39e4bc2778..920a29862a99a28e16db0820e00f1dc63d34d62e 100644 (file)
@@ -148,7 +148,7 @@ void proto_reg_handoff_opcua(void)
   * This function reads the length information from
   * the transport header.
   */
-static guint get_opcua_message_len(packet_info *pinfo, tvbuff_t *tvb, int offset)
+static guint get_opcua_message_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
 {
     gint32 plen;
 
@@ -254,3 +254,4 @@ static void dissect_opcua_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree
 
 
 
+