mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Actually, that's not suppressing, that's changing behaviour
This commit is contained in:
parent
7277d8d6e7
commit
43b21055b8
1 changed files with 0 additions and 2 deletions
|
@ -2291,9 +2291,7 @@ A way to force a bus error for development reasons
|
||||||
=================
|
=================
|
||||||
*/
|
*/
|
||||||
static void Com_Crash_f( void ) {
|
static void Com_Crash_f( void ) {
|
||||||
#ifndef __clang_analyzer__
|
|
||||||
* ( volatile int * ) 0 = 0x12345678;
|
* ( volatile int * ) 0 = 0x12345678;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue