Remove some warnings from gcc.

svn path=/trunk/; revision=8085
This commit is contained in:
Gilbert Ramirez 2003-07-25 04:17:37 +00:00
parent c91b8e713f
commit 64a13fd560
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
/* packet-beep.c /* packet-beep.c
* Routines for BEEP packet disassembly * Routines for BEEP packet disassembly
* *
* $Id: packet-beep.c,v 1.12 2002/11/28 03:57:49 guy Exp $ * $Id: packet-beep.c,v 1.13 2003/07/25 04:17:36 gram Exp $
* *
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com> * Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
* Modified 2001 Darren New <dnew@invisible.net> for BEEP. * Modified 2001 Darren New <dnew@invisible.net> for BEEP.
@ -271,6 +271,7 @@ dissect_beep_more(tvbuff_t *tvb, int offset,
} }
#if 0
static void dissect_beep_status(tvbuff_t *tvb, int offset, static void dissect_beep_status(tvbuff_t *tvb, int offset,
proto_tree *tree) proto_tree *tree)
{ {
@ -304,6 +305,7 @@ static void dissect_beep_status(tvbuff_t *tvb, int offset,
} }
} }
#endif
static int num_len(tvbuff_t *tvb, int offset) static int num_len(tvbuff_t *tvb, int offset)
{ {

View File

@ -6,7 +6,7 @@
* Magnus Hansson <mah@hms.se> * Magnus Hansson <mah@hms.se>
* Joakim Wiberg <jow@hms.se> * Joakim Wiberg <jow@hms.se>
* *
* $Id: packet-enip.c,v 1.2 2003/06/12 07:33:26 guy Exp $ * $Id: packet-enip.c,v 1.3 2003/07/25 04:17:36 gram Exp $
* *
* Ethereal - Network traffic analyzer * Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@ethereal.com>
@ -1797,7 +1797,7 @@ show_cdf( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset )
{ {
temp_char = tvb_get_guint8( tvb, offset+10+i ); temp_char = tvb_get_guint8( tvb, offset+10+i );
if( temp_char == NULL ) if( temp_char == '\0' )
break; break;
proto_item_append_text(temp_item, "%c", temp_char ); proto_item_append_text(temp_item, "%c", temp_char );

View File

@ -3,7 +3,7 @@
* *
* Uwe Girlich <uwe@planetquake.com> * 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 * Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * 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_item *text_item = NULL;
proto_tree *text_tree = NULL; proto_tree *text_tree = NULL;
guint8 text[2048]; guint8 text[2048];
int maxbufsize = 0;
int len; int len;
int offset; int offset;
guint32 marker; guint32 marker;

View File

@ -4,7 +4,7 @@
* Uwe Girlich <uwe@planetquake.com> * Uwe Girlich <uwe@planetquake.com>
* http://www.idsoftware.com/q1source/q1source.zip * http://www.idsoftware.com/q1source/q1source.zip
* *
* $Id: packet-quakeworld.c,v 1.17 2003/05/19 03:23:11 gerald Exp $ * $Id: packet-quakeworld.c,v 1.18 2003/07/25 04:17:37 gram Exp $
* *
* Ethereal - Network traffic analyzer * Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@ethereal.com>
@ -360,7 +360,6 @@ dissect_quakeworld_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo,
proto_item *text_item = NULL; proto_item *text_item = NULL;
proto_tree *text_tree = NULL; proto_tree *text_tree = NULL;
guint8 text[MAX_TEXT_SIZE+1]; guint8 text[MAX_TEXT_SIZE+1];
int maxbufsize = 0;
int len; int len;
int offset; int offset;
guint32 marker; guint32 marker;