diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 54f6749f..36cb4ce6 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -2291,9 +2291,7 @@ A way to force a bus error for development reasons ================= */ static void Com_Crash_f( void ) { -#ifndef __clang_analyzer__ * ( volatile int * ) 0 = 0x12345678; -#endif } /*