ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Compilation errors

From: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Date: Thu, 21 Apr 2011 13:52:21 +0200
On Thu, Apr 21, 2011 at 1:30 PM, Anders Broman
<anders.broman@xxxxxxxxxxxx> wrote:
> Ok, but both case 1 and the default branch (with GEOIP) ends in g_assert unless I'm misstaken and that's hardly the intention is it?

case 1 has a CMP_INT which does return.  The default branch is only
used for GEOIP because we only use hostlist_sort_column with values 0
and 1 without GEOIP.  But I'm not sure if we will get a warning about
unused code if we always return before g_assert, and g_assert is
intended here, so maybe the "return 0" will be wrong.


-- 
Stig Bjørlykke