From 43b21055b89b005edf0d9cf4100fc98c4607fb08 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 1 Sep 2014 13:07:08 +0100 Subject: [PATCH] Actually, that's not suppressing, that's changing behaviour --- code/qcommon/common.c | 2 -- 1 file changed, 2 deletions(-) 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 } /*