mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace entry
|
||||
BX_PRAGMA_DIAGNOSTIC_PUSH();
|
||||
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4459); // warning C4459: declaration of 's_allocator' hides global declaration
|
||||
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wshadow");
|
||||
static bx::CrtAllocator s_allocator;
|
||||
static bx::DefaultAllocator s_allocator;
|
||||
return &s_allocator;
|
||||
BX_PRAGMA_DIAGNOSTIC_POP();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user