summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindFileCommand.cxx')
-rw-r--r--Source/cmFindFileCommand.cxx3
1 files changed, 3 insertions, 0 deletions
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;