fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Aug 2008 12:42:38 +0000 (12:42 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Aug 2008 12:42:38 +0000 (12:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25893 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-sndcp-xid.c

index c23334becdc6eb964b744e38d825bc66570e7673..dc02886e49227fbdaebc30505cafb768463844de 100644 (file)
@@ -480,7 +480,7 @@ static algo_parameters_t dcomp_algo_pars[] = {
 /* Code to actually dissect the packets 
 */
 static void
-dissect_sndcp_xid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_sndcp_xid(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 {
        /* Set up structures needed to add the protocol subtree and manage it 
        */