Fix Coverity CID 432, "Missing Break".
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 25 Oct 2011 14:19:34 +0000 (14:19 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 25 Oct 2011 14:19:34 +0000 (14:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39564 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dfilter/sttype-test.c

index 54cd1d4c1c5e56a7d7cb8a85bc32dce65412f792..0188d9ca4e0df3860b556bee5d923f5fa3c9d0a2 100644 (file)
@@ -69,7 +69,7 @@ num_operands(test_op_t op)
 {
        switch(op) {
                case TEST_OP_UNINITIALIZED:
-                       g_assert_not_reached();
+                       break;
                case TEST_OP_EXISTS:
                case TEST_OP_NOT:
                        return 1;