Fix: add missing cases in enum-to-string functions
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.c
index e3c851793c74595d8f38f8454deedded463784a0..eba591c71bcdd30ce91146962a38e26163e29ec3 100644 (file)
@@ -167,9 +167,9 @@ const char *bfcr_state_string(enum bfcr_state state)
                return "READ_BASIC_CONTINUE";
        case BFCR_STATE_DONE:
                return "DONE";
-       default:
-               return "(unknown)";
        }
+
+       bt_common_abort();
 }
 
 static
This page took 0.024948 seconds and 4 git commands to generate.