mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-25 04:31:52 +00:00
compiler warnings
This commit is contained in:
parent
3ad993ab3f
commit
9584a6ee88
@ -335,7 +335,7 @@ void LoadEnvironment(std::string &envfile, std::unordered_map<std::string, std::
|
||||
|
||||
if (iter == end || iter == begin)
|
||||
{
|
||||
fprintf(stderr, "Invalid Environment entry: %.*s\n", length, begin);
|
||||
fprintf(stderr, "Invalid Environment entry: %.*s\n", (int)length, begin);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user