summaryrefslogtreecommitdiff
path: root/src/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r--src/qcommon/common.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index be91b245..c2d5d353 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.c
@@ -2325,10 +2325,7 @@ A way to force a bus error for development reasons
=================
*/
static void Com_Crash_f( void ) {
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wnull-dereference"
- * ( int * ) 0 = 0x12345678;
-#pragma clang diagnostic pop
+ * ( volatile int * ) 0 = 0x12345678;
}
/*