Suppress warning of (deliberate) null pointer deference

This commit is contained in:
Tim Angus 2014-09-01 11:19:57 +01:00
parent 4f3c95c589
commit eeaf0227f7
1 changed files with 2 additions and 0 deletions

View File

@ -2291,7 +2291,9 @@ A way to force a bus error for development reasons
=================
*/
static void Com_Crash_f( void ) {
#ifndef __clang_analyzer__
* ( volatile int * ) 0 = 0x12345678;
#endif
}
/*