From 4114d87a0774fff7d8bc5e041bb56158bfdbcac8 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 13 Mar 2017 17:38:04 -0700 Subject: All Checks now take LineInfo as the first argument --- toolsrc/src/MachineType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/MachineType.cpp') diff --git a/toolsrc/src/MachineType.cpp b/toolsrc/src/MachineType.cpp index 81012234d..97d0a0280 100644 --- a/toolsrc/src/MachineType.cpp +++ b/toolsrc/src/MachineType.cpp @@ -36,7 +36,7 @@ namespace vcpkg case MachineType::WCEMIPSV2: return t; default: - Checks::exit_with_message("Unknown machine type code 0x%x", value); + Checks::exit_with_message(VCPKG_LINE_INFO, "Unknown machine type code 0x%x", value); } } } -- cgit v1.2.3