Will gcc be happy now?

svn path=/trunk/; revision=25774
This commit is contained in:
Anders Broman 2008-07-20 21:59:45 +00:00
parent cbc3b42cec
commit b303ab2b8d
1 changed files with 2 additions and 0 deletions

View File

@ -4229,6 +4229,8 @@ static void dissect_channel_list_n_range(tvbuff_t *tvb, proto_tree *tree, int ra
wsize=7;
imax = 29;
break;
default:
DISSECTOR_ASSERT_NOT_REACHED();
}
}
iused = imax; /* in case the list is actually full */