mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
clang-tidy: fix misc-unused-parameters lints
This commit is contained in:
@@ -372,6 +372,7 @@ std::string cmGlobalVisualStudio14Generator::GetWindows10SDKVersion(
|
||||
return sdks.at(0);
|
||||
}
|
||||
#endif
|
||||
(void)mf;
|
||||
// Return an empty string
|
||||
return std::string();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user