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:
@ -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)
|
||||
|
Reference in New Issue
Block a user