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