Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / assert-post.h
index 2ed45a51f50151a872a548c8356ca9aa50ca2f1b..a5de1dc43b4ed80ba4a98a193d1f34f962277635 100644 (file)
@@ -87,7 +87,7 @@
  * the user), use BT_ASSERT_PRE().
  *
  * To assert that an internal postcondition is satisfied, use
- * BT_ASSERT().
+ * BT_ASSERT() or BT_ASSERT_DBG().
  */
 #define BT_ASSERT_POST(_cond, _fmt, ...)                               \
        do {                                                            \
This page took 0.023677 seconds and 4 git commands to generate.