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