lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / include / babeltrace / assert-internal.h
index 5d78f96f40668187cd68982c12caa87f8cc7be21..431230c91d9f145e1e9f0f86ef99cdaef963eab9 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include <assert.h>
+#include <babeltrace/babeltrace-internal.h>
 
 #ifdef BT_DEBUG_MODE
 /*
@@ -50,7 +51,7 @@
  * In-depth explanation: https://stackoverflow.com/questions/37411809/how-to-elegantly-fix-this-unused-variable-warning/37412551#37412551
  */
 # define BT_ASSERT(_cond)      ((void) sizeof((void) (_cond), 0))
-# define BT_ASSERT_FUNC                __attribute__((unused))
+# define BT_ASSERT_FUNC                BT_UNUSED
 #endif /* BT_DEBUG_MODE */
 
 #endif /* BABELTRACE_ASSERT_INTERNAL_H */
This page took 0.024404 seconds and 4 git commands to generate.