From 4839ea89441b54124c0300ebb53e64f8aa8a07e1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 7 Apr 2017 15:20:04 -0700 Subject: Add UNKNOWN case --- toolsrc/src/commands_install.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 2a2202099..35e4e7fb9 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -311,6 +311,7 @@ namespace vcpkg::Commands::Install install_package(paths, action.plan.binary_pgh.value_or_exit(VCPKG_LINE_INFO), &status_db); System::println(System::Color::success, "Installing package %s... done", action.spec); break; + case InstallPlanType::UNKNOWN: default: Checks::unreachable(VCPKG_LINE_INFO); } -- cgit v1.2.3