aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-20 21:59:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-20 21:59:45 +0000
commitb303ab2b8d3085b5659a878eb2384beb0e46b56a (patch)
tree58b94a8b4c4fe36350ffd276dead7640264909d8 /epan/dissectors/packet-gsm_a.c
parentcbc3b42cec9ca17294709aad605f9894bfe8c97d (diff)
Will gcc be happy now?
svn path=/trunk/; revision=25774
Diffstat (limited to 'epan/dissectors/packet-gsm_a.c')
-rw-r--r--epan/dissectors/packet-gsm_a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a.c b/epan/dissectors/packet-gsm_a.c
index 22380e6849..fe6c50fef0 100644
--- a/epan/dissectors/packet-gsm_a.c
+++ b/epan/dissectors/packet-gsm_a.c
@@ -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 */