summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 10:07:49 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 10:07:49 -0400
commitcf5c2b7ae8a8613258c02a182eec24b09cdf8a2e (patch)
tree768b5c609f379904097eacc40b550908a3048bb1 /Source
parent2f50e43032a177ba951f7cc96cb84bf8ba33e06e (diff)
downloadcmake-cf5c2b7ae8a8613258c02a182eec24b09cdf8a2e.tar.gz
COMP: Remove warning
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index cd93713d19..1f17992cd3 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -54,6 +54,9 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram,
const char *projectName, const char *targetName, const char* config)
{
+ // Config is not used yet
+ (void) config;
+
// now build the test
if(makeProgram == 0 || !strlen(makeProgram))
{