Fix: add missing cases in enum-to-string functions
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.h
index eced5027fa7be1287a597cb42e0d512adeffc6fa..8326e310c315a2994ae2adcb7e361846249047f3 100644 (file)
@@ -355,9 +355,9 @@ const char *bt_bfcr_status_string(enum bt_bfcr_status status)
                return "ERROR";
        case BT_BFCR_STATUS_OK:
                return "OK";
-       default:
-               return "(unknown)";
        }
+
+       bt_common_abort();
 }
 
 #endif /* CTF_BFCR_H */
This page took 0.024365 seconds and 4 git commands to generate.