diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2003-07-25 04:17:37 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2003-07-25 04:17:37 +0000 |
commit | 64a13fd560c8513a56a508c68efc5298e18c2229 (patch) | |
tree | 28b2b225bc9745c223d22b4bca97bb7421dd8057 /packet-quake3.c | |
parent | c91b8e713ff5568ab53aedff226b01cd4d0adf23 (diff) | |
download | wireshark-64a13fd560c8513a56a508c68efc5298e18c2229.tar.gz wireshark-64a13fd560c8513a56a508c68efc5298e18c2229.tar.bz2 wireshark-64a13fd560c8513a56a508c68efc5298e18c2229.zip |
Remove some warnings from gcc.
svn path=/trunk/; revision=8085
Diffstat (limited to 'packet-quake3.c')
-rw-r--r-- | packet-quake3.c | 3 |
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; |