eupak: Clean up create command warnings
oops
This commit is contained in:
parent
badda50a87
commit
6090c5cfe6
1 changed files with 1 additions and 3 deletions
|
@ -66,7 +66,7 @@ namespace eupak {
|
||||||
|
|
||||||
case FileWriteEnd:
|
case FileWriteEnd:
|
||||||
// ?
|
// ?
|
||||||
//progress.set_option(indicators::option::PostfixText { "Written " + event.targetFileName });
|
// progress.set_option(indicators::option::PostfixText { "Written " + event.targetFileName });
|
||||||
progress.tick();
|
progress.tick();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -187,7 +187,6 @@ namespace eupak {
|
||||||
}
|
}
|
||||||
|
|
||||||
int Run() override {
|
int Run() override {
|
||||||
auto currFile = 0;
|
|
||||||
auto fileCount = 0;
|
auto fileCount = 0;
|
||||||
|
|
||||||
// Count how many files we're gonna add to the archive
|
// Count how many files we're gonna add to the archive
|
||||||
|
@ -243,7 +242,6 @@ namespace eupak {
|
||||||
});
|
});
|
||||||
|
|
||||||
files.emplace_back(std::make_pair(relativePathName, std::move(file)));
|
files.emplace_back(std::make_pair(relativePathName, std::move(file)));
|
||||||
currFile++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ofstream ofs(currentArgs.outputFile.string(), std::ofstream::binary);
|
std::ofstream ofs(currentArgs.outputFile.string(), std::ofstream::binary);
|
||||||
|
|
Loading…
Reference in a new issue