configure.ac, lib: rename "extra" (version) to "development stage"
[babeltrace.git] / src / ctf-writer / field-types.c
index a3fde0ec38e689d23a3e7035377924f07c1fad1f..4eff50c5ba8899c05a206be4c775305fdbae7959 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <float.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include <babeltrace2-ctf-writer/fields.h>
@@ -739,7 +740,7 @@ int bt_ctf_field_type_enumeration_mapping_iterator_next(
                default:
                        BT_LOGF("Invalid enumeration field type mapping iterator type: "
                                "type=%d", iter->type);
-                       abort();
+                       bt_common_abort();
                }
        }
 
@@ -3940,7 +3941,7 @@ int bt_ctf_field_type_common_validate_single_clock_class(
                        break;
                default:
                        BT_LOGF("Unexpected field type ID: id=%d", ft->id);
-                       abort();
+                       bt_common_abort();
                }
 
                BT_ASSERT_DBG(sub_ft);
This page took 0.025024 seconds and 4 git commands to generate.