summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2014-09-01 13:07:08 +0100
committerTim Angus <tim@ngus.net>2015-03-17 11:38:08 +0000
commit47af8629c6d028b1095e29e45f27c44368d1a74d (patch)
treee7348f75bbcc89f93f1efa365b8f68b142c8e1ea /src/qcommon
parent2fa517d7df5324a11b6b818bd1f22b372bb12823 (diff)
Actually, that's not suppressing, that's changing behaviour
Diffstat (limited to 'src/qcommon')
-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
}
/*