From c3238f7301080e5944416099c0a645b393a53236 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 6 Oct 2023 14:50:50 +0300
Subject: [PATCH] minor warning fixes.
(hand-picked from commit 588cbf3f8a0668f66ba2bc1fbdc9841aad4c84fe)
---
gme/Hes_Cpu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gme/Hes_Cpu.cpp b/gme/Hes_Cpu.cpp
index 7827a2b..3f49e59 100644
--- a/gme/Hes_Cpu.cpp
+++ b/gme/Hes_Cpu.cpp
@@ -39,7 +39,7 @@ int const ram_addr = 0x2000;
// status flags
int const st_n = 0x80;
int const st_v = 0x40;
-int const st_t = 0x20;
+/* int const st_t = 0x20; */
int const st_b = 0x10;
int const st_d = 0x08;
int const st_i = 0x04;