mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 19:56:20 +00:00
GCC non-fixes: marked broken code
This was SVN commit r1032.
This commit is contained in:
@@ -363,7 +363,7 @@ static Handle find_key(uintptr_t key, H_Type type, bool remove = false)
|
||||
// not found in mapping
|
||||
if(it == key2idx.end())
|
||||
return -1;
|
||||
It end = key2idx.upper_bound(key);
|
||||
It end = key2idx.upper_bound(key); // XXX this doesn't exist in gcc
|
||||
for(; it != end; ++it)
|
||||
{
|
||||
i32 idx = it->second;
|
||||
|
||||
Reference in New Issue
Block a user