diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 0a9791017..ad9b5e106 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -2020,9 +2020,8 @@ bool cmTarget::NameResolvesToFramework(const std::string& libname) } //---------------------------------------------------------------------------- -bool cmTarget::AddFramework(const std::string& libname, LinkLibraryType llt) +bool cmTarget::AddFramework(const std::string& libname, LinkLibraryType) { - (void)llt; // TODO: What is this? if(this->NameResolvesToFramework(libname.c_str())) { std::string frameworkDir = libname;