mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Try to fix that F..k gcc operator delete error
This commit is contained in:
parent
6a94ad98fb
commit
a13642a82f
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class DllExport BLOCK {
|
|||
// Avoid warning C4291 by defining a matching dummy delete operator
|
||||
void operator delete(void*, PGLOBAL, void *) {}
|
||||
void operator delete(void*, long long) {}
|
||||
void operator delete(void*) {}
|
||||
#endif
|
||||
virtual ~BLOCK() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue