mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-21248: Do not break the build on clang
This commit is contained in:
@ -7394,7 +7394,7 @@ long max_stack_used;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
bool
|
bool
|
||||||
#ifdef __GNUC__
|
#if defined __GNUC__ && !defined __clang__
|
||||||
/*
|
/*
|
||||||
Do not optimize the function in order to preserve a stack variable creation.
|
Do not optimize the function in order to preserve a stack variable creation.
|
||||||
Otherwise, the variable pointed as "buf" can be removed due to a missing
|
Otherwise, the variable pointed as "buf" can be removed due to a missing
|
||||||
|
Reference in New Issue
Block a user