diff options
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index d8216b15..8465780c 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -2287,7 +2287,9 @@ A way to force a bus error for development reasons ================= */ static void Com_Crash_f( void ) { +#ifndef __clang_analyzer__ * ( volatile int * ) 0 = 0x12345678; +#endif } /* |