aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vms.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-02 20:41:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-02 20:41:08 +0000
commit12a9e1b2d6545626cc280299660d11cfe91e779f (patch)
treeea4ea5a557ffcefb58d5ce2f2ee22098994aeff3 /wiretap/vms.c
parent112c5741a3571b4074be4db6a662d3fe8a3bc13a (diff)
From Joerg Mayer: get rid of "-Wno-unused" flag in some configure
scripts, and check in changes to add _U_ to some unused arguments (some other should perhaps be used, so we leave the _U_ out so that the warnings serve as a reminder to check those). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4847 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/vms.c')
-rw-r--r--wiretap/vms.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/vms.c b/wiretap/vms.c
index 794a2e76dd..f1e0760bf2 100644
--- a/wiretap/vms.c
+++ b/wiretap/vms.c
@@ -1,6 +1,6 @@
/* vms.c
*
- * $Id: vms.c,v 1.6 2002/02/08 10:07:41 guy Exp $
+ * $Id: vms.c,v 1.7 2002/03/02 20:41:08 guy Exp $
*
* Wiretap Library
* Copyright (c) 2001 by Marc Milgram <mmilgram@arrayinc.com>
@@ -206,7 +206,8 @@ static gboolean vms_read(wtap *wth, int *err, long *data_offset)
/* Used to read packets in random-access fashion */
static int
-vms_seek_read (wtap *wth, long seek_off, union wtap_pseudo_header *pseudo_header,
+vms_seek_read (wtap *wth, long seek_off,
+ union wtap_pseudo_header *pseudo_header _U_,
guint8 *pd, int len)
{
int pkt_len;