mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
gcc 8 warnings
This commit is contained in:
committed by
Marko Mäkelä
parent
f3adfcb523
commit
79fe17567a
@@ -45,9 +45,6 @@ public:
|
||||
#ifdef HAVE_valgrind
|
||||
bool dummy_for_valgrind;
|
||||
inline Sql_alloc() :dummy_for_valgrind(0) {}
|
||||
#else
|
||||
inline Sql_alloc() {}
|
||||
#endif
|
||||
inline ~Sql_alloc() {}
|
||||
};
|
||||
#endif /* SQL_ALLOC_INCLUDED */
|
||||
|
Reference in New Issue
Block a user