diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 17:58:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 17:58:00 (GMT) |
commit | 416bbaef53359b2a354897328877668d7bcd8fea (patch) | |
tree | 91aac874e1e324791af9858698f0442d0cb2e50d /Source/cmTarget.cxx | |
parent | 9e0633c91090e3254056b33bf8bd1ec4533982a6 (diff) | |
download | CMake-416bbaef53359b2a354897328877668d7bcd8fea.zip CMake-416bbaef53359b2a354897328877668d7bcd8fea.tar.gz CMake-416bbaef53359b2a354897328877668d7bcd8fea.tar.bz2 |
COMP: Remove warnings
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 2960749..4e2b01c 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -307,6 +307,7 @@ void cmTarget::AddLinkLibrary(const std::string& lib, bool cmTarget::AddFramework(const std::string& libname, LinkLibraryType llt) { + (void)llt; // TODO: What is this? if(cmSystemTools::IsPathToFramework(libname.c_str())) { std::string frameworkDir = libname; |