Added a pointless throw to stop GCC complaining
This commit is contained in:
@@ -101,6 +101,7 @@ public:
|
|||||||
|
|
||||||
Systems::Logging::Log("Trying to access a non-existant key! Throwing...",
|
Systems::Logging::Log("Trying to access a non-existant key! Throwing...",
|
||||||
"Hashmap", Systems::Logging::LogLevel::Error);
|
"Hashmap", Systems::Logging::LogLevel::Error);
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard("Discarding an expensive operation!")]]
|
[[nodiscard("Discarding an expensive operation!")]]
|
||||||
|
|||||||
Reference in New Issue
Block a user