Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / ctf-writer / assert-pre.h
index fbff4a7bd3e74974cb4f2ed001846b97cde58951..4ae74afea4fd9e7e6665c72d159e1fb93d4ed5f1 100644 (file)
@@ -85,7 +85,7 @@
  * arguments using BT_LOGF(), and abort.
  *
  * To assert that a postcondition is satisfied or that some internal
- * object/context/value is in the expected state, use BT_ASSERT().
+ * object/context/value is in the expected state, use BT_ASSERT_DBG().
  */
 # define BT_CTF_ASSERT_PRE(_cond, _fmt, ...)                           \
        do {                                                            \
This page took 0.023605 seconds and 4 git commands to generate.