Skip to content
Permalink
Browse files
MDEV-21248: Do not break the build on clang
  • Loading branch information
dr-m committed Feb 8, 2020
1 parent 35c2778 commit 6eed99f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7394,7 +7394,7 @@ long max_stack_used;
*/

bool
#ifdef __GNUC__
#if defined __GNUC__ && !defined __clang__
/*
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

0 comments on commit 6eed99f

Please sign in to comment.