Actually, that's not suppressing, that's changing behaviour

This commit is contained in:
Tim Angus 2014-09-01 13:07:08 +01:00
parent 7277d8d6e7
commit 43b21055b8
1 changed files with 0 additions and 2 deletions

View File

@ -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
}
/*