Loading ndb/src/common/portlib/gcc.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -4,4 +4,7 @@ */ #ifdef DEFINE_CXA_PURE_VIRTUAL extern "C" { int __cxa_pure_virtual() { return 0;} } #else /* Some compiler/linker combinations fail on files without exported symbols. */ extern "C" { int dummy_export_symbol() { return 0;} } #endif Loading
ndb/src/common/portlib/gcc.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -4,4 +4,7 @@ */ #ifdef DEFINE_CXA_PURE_VIRTUAL extern "C" { int __cxa_pure_virtual() { return 0;} } #else /* Some compiler/linker combinations fail on files without exported symbols. */ extern "C" { int dummy_export_symbol() { return 0;} } #endif