1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-01 16:51:51 +00:00

Set warnings as errors

This commit is contained in:
momo5502
2022-03-15 19:18:51 +01:00
parent 409537d600
commit 41c6647fd9
3 changed files with 77 additions and 3 deletions

View File

@ -18,7 +18,7 @@ std::filesystem::path get_current_path()
return selfdir;
}
int main(const int argc, char* argv[])
int main(const int /*argc*/, char* /*argv*/[])
{
const auto manager = OpenSCManagerA(nullptr, nullptr, SC_MANAGER_ALL_ACCESS);
if (manager == nullptr)