Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / ctfser / ctfser.h
index 9fc3315fa861d15843b780d85214f3d2f64877bb..ac71eac87a67e95040febff7f61cf71e08e5450c 100644 (file)
@@ -251,7 +251,7 @@ int _bt_ctfser_write_byte_aligned_unsigned_int_no_align(
                break;
        }
        default:
-               abort();
+               bt_common_abort();
        }
 
        _bt_ctfser_incr_offset(ctfser, size_bits);
@@ -313,7 +313,7 @@ int _bt_ctfser_write_byte_aligned_signed_int_no_align(
                break;
        }
        default:
-               abort();
+               bt_common_abort();
        }
 
        _bt_ctfser_incr_offset(ctfser, size_bits);
This page took 0.023627 seconds and 4 git commands to generate.