aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-02 20:41:08 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-02 20:41:08 +0000
commit761ae95b199c474ebe526077a2dbd36044e2701d (patch)
treeea4ea5a557ffcefb58d5ce2f2ee22098994aeff3 /wiretap/csids.c
parent95ee7f0ac1fa3c000a6bea4738eb15c88a4497d8 (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). svn path=/trunk/; revision=4847
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r--wiretap/csids.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 3f1dd461a6..3efba8608f 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -1,6 +1,6 @@
/* csids.c
*
- * $Id: csids.c,v 1.9 2002/02/08 10:07:40 guy Exp $
+ * $Id: csids.c,v 1.10 2002/03/02 20:41:07 guy Exp $
*
* Copyright (c) 2000 by Mike Hall <mlh@io.com>
* Copyright (c) 2000 by Cisco Systems
@@ -195,7 +195,7 @@ static gboolean csids_read(wtap *wth, int *err, long *data_offset)
static int
csids_seek_read (wtap *wth,
long seek_off,
- union wtap_pseudo_header *pseudo_header,
+ union wtap_pseudo_header *pseudo_header _U_,
guint8 *pd,
int len)
{