Added a pointless throw to stop GCC complaining

This commit is contained in:
2026-03-09 20:30:27 +02:00
parent 2256c633d3
commit 9a684ae93d

View File

@@ -101,6 +101,7 @@ public:
Systems::Logging::Log("Trying to access a non-existant key! Throwing...",
"Hashmap", Systems::Logging::LogLevel::Error);
throw;
}
[[nodiscard("Discarding an expensive operation!")]]