From 416bbaef53359b2a354897328877668d7bcd8fea Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 30 Dec 2005 12:58:00 -0500 Subject: COMP: Remove warnings --- Source/cmFindFileCommand.cxx | 3 +++ Source/cmTarget.cxx | 1 + 2 files changed, 4 insertions(+) diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index b1972f2..d83cc7b 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -114,6 +114,9 @@ cmStdString cmFindFileCommand::FindHeaderInFrameworks( const char* file) { #ifndef __APPLE__ + (void)path; + (void)defineVar; + (void)file; return cmStdString(""); #else cmStdString fileName = file; 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; -- cgit v0.12