lib: internal: define `BT_ASSERT_{PRE,POST}_SUPPORTED` in headers
[babeltrace.git] / src / lib / assert-pre.h
index 2aae8f79a0e95a29331c81bfd4d920742e9d191d..1cb0fec79d1ae8c38dbc64e0cff0b736073149a4 100644 (file)
                "Index is out of bounds: index=%" PRIu64 ", "           \
                "count=%" PRIu64, (uint64_t) (_index), (uint64_t) (_length))
 
+#define BT_ASSERT_PRE_SUPPORTED
+
 #endif /* BABELTRACE_ASSERT_PRE_INTERNAL_H */
This page took 0.024104 seconds and 4 git commands to generate.