diff --git a/sdk/lib/crt/startup/crtexe.c b/sdk/lib/crt/startup/crtexe.c index 1bd193bedff..87da3dae394 100644 --- a/sdk/lib/crt/startup/crtexe.c +++ b/sdk/lib/crt/startup/crtexe.c @@ -128,10 +128,11 @@ pre_c_init (void) { __setusermatherr (_matherr); } - +#ifndef __clang__ /* FIXME: CORE-14042 */ if (__globallocalestatus == -1) { } +#endif return 0; }