25 void* __dso_handle =
nullptr;
31 int __cxa_guard_acquire(__guard* g
UNUSED)
36 void __cxa_guard_release(__guard* g
UNUSED) {}
38 void __cxa_guard_abort(__guard* g
UNUSED) {}
41 void __cxa_pure_virtual(
void) {}
49 void __cxa_finalize(
void* f
UNUSED) {}
Useful defines GCC specific attributes.
#define UNUSED
Specific GCC attribute to declare an argument or variable unused, so that the compiler does not emit ...