Squelch a GCC complaint.

svn path=/trunk/; revision=4105
This commit is contained in:
Guy Harris 2001-10-30 10:15:53 +00:00
parent 62719c2344
commit 4608fd788f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Routines for PIM disassembly
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
*
* $Id: packet-pim.c,v 1.33 2001/10/30 10:10:59 guy Exp $
* $Id: packet-pim.c,v 1.34 2001/10/30 10:15:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -717,6 +717,7 @@ dissect_pim(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
break;
default:
/* PIM is available for IPv4 and IPv6 right now */
computed_cksum = 0; /* squelch GCC complaints */
g_assert_not_reached();
break;
}