From b58ca4ea7b44dc2c150047d0db3a5d73012de67e Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 30 Nov 2025 18:25:03 -0500 Subject: [PATCH] Fix compile warning --- src/sdl/i_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/i_system.cpp b/src/sdl/i_system.cpp index fd33b0f89..342125e28 100644 --- a/src/sdl/i_system.cpp +++ b/src/sdl/i_system.cpp @@ -2125,7 +2125,7 @@ FUNCIERROR void ATTRNORETURN I_Error(const char *error, ...) W_Shutdown(); #if defined (PARANOIA) || defined (DEVELOP) - *(INT32 *)0 = 4; //Alam: Debug! + *(volatile INT32 *)0 = 4; //Alam: Debug! #endif exit(-1);