mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
BUG#11377 Building cluster in 4.1 BK tree fails with GCC4.0
ndb/src/kernel/SimBlockList.cpp: GCC 4.0 build fix
This commit is contained in:
parent
f35c177a2a
commit
8d87d9bf29
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
|||
#else
|
||||
enum SIMBLOCKLIST_DUMMY { A_VALUE = 0 };
|
||||
|
||||
static
|
||||
void * operator new (size_t sz, SIMBLOCKLIST_DUMMY dummy){
|
||||
char * tmp = (char *)malloc(sz);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue