mirror of
				https://github.com/momo5502/hypervisor.git
				synced 2025-10-30 18:17:29 +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