X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fctf-ir%2Fevent-class.c;h=3fc60603103bdda8f4d63e7aaf732b8c294fdbb0;hb=0fbb9a9fffe22e0d5211a47118102fa0ba4a766a;hp=4381d051db7eb2557d6f9baac36b21c3ccf1e2a6;hpb=5af447e5102d6226ee198e4db52b51e12075f1bb;p=babeltrace.git diff --git a/lib/ctf-ir/event-class.c b/lib/ctf-ir/event-class.c index 4381d051..3fc60603 100644 --- a/lib/ctf-ir/event-class.c +++ b/lib/ctf-ir/event-class.c @@ -45,6 +45,7 @@ #include #include #include +#include static void bt_ctf_event_class_destroy(struct bt_object *obj); @@ -876,7 +877,7 @@ int bt_ctf_event_class_serialize(struct bt_ctf_event_class *event_class, default: /* should never happen */ - assert(BT_FALSE); + abort(); break; }