From 1871a74153c5a8ff7fdb10ddb8438b14ae4aee0a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 13 Apr 2006 23:24:09 -0400 Subject: ENH: fix warning --- Source/cmFindProgramCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index 5e750bb..2e94801 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -114,7 +114,7 @@ std::string cmFindProgramCommand::FindAppBundle(std::vector names) std::string cmFindProgramCommand::GetBundleExecutable(std::string bundlePath) { std::string executable = ""; - + (void)bundlePath; #if defined(__APPLE__) // Started with an example on developer.apple.com about finding bundles // and modified from that. -- cgit v0.12