Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / assert-pre.h
index 39472a44cba9478967b9afdb0c03901b7b8ea426..700341c6f79dcfb7bfc213e77d6ad447b84db439 100644 (file)
@@ -86,7 +86,7 @@
  * code), use BT_ASSERT_POST().
  *
  * To assert that an internal postcondition is satisfied, use
- * BT_ASSERT().
+ * BT_ASSERT() or BT_ASSERT_DBG().
  */
 #define BT_ASSERT_PRE(_cond, _fmt, ...)                                \
        do {                                                            \
This page took 0.023153 seconds and 4 git commands to generate.