lib: mark bt_common_assert_failed as hidden
[babeltrace.git] / src / common / assert.h
index f6a2ed60ae9da3180575a04245a8e1bbdcc3dbe8..f86662564b249a394f19ce9fade14a594a515241 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "common/macros.h"
 
+BT_HIDDEN
 extern void bt_common_assert_failed(const char *file, int line,
                const char *func, const char *assertion)
                __attribute__((noreturn));
This page took 0.026089 seconds and 4 git commands to generate.