mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 15:13:59 -04:00
Fix clang warnings and remove remaining baserom references
This commit is contained in:
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
|
||||
std::string path(includeDir + incbin);
|
||||
if (CanOpenFile(path))
|
||||
{
|
||||
dependencies.insert(path).second;
|
||||
dependencies.insert(path);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user