aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-07-25 04:17:37 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-07-25 04:17:37 +0000
commit64a13fd560c8513a56a508c68efc5298e18c2229 (patch)
tree28b2b225bc9745c223d22b4bca97bb7421dd8057 /packet-quake3.c
parentc91b8e713ff5568ab53aedff226b01cd4d0adf23 (diff)
Remove some warnings from gcc.
svn path=/trunk/; revision=8085
Diffstat (limited to 'packet-quake3.c')
-rw-r--r--packet-quake3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-quake3.c b/packet-quake3.c
index 1255e581c5..f6de4e321d 100644
--- a/packet-quake3.c
+++ b/packet-quake3.c
@@ -3,7 +3,7 @@
*
* Uwe Girlich <uwe@planetquake.com>
*
- * $Id: packet-quake3.c,v 1.15 2003/05/19 03:23:11 gerald Exp $
+ * $Id: packet-quake3.c,v 1.16 2003/07/25 04:17:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -149,7 +149,6 @@ dissect_quake3_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo _U_,
proto_item *text_item = NULL;
proto_tree *text_tree = NULL;
guint8 text[2048];
- int maxbufsize = 0;
int len;
int offset;
guint32 marker;