summaryrefslogtreecommitdiff
path: root/src/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r--src/qcommon/common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index 8465780c..d8216b15 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.c
@@ -2287,9 +2287,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
}
/*