summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 14:07:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 14:07:49 (GMT)
commitcf5c2b7ae8a8613258c02a182eec24b09cdf8a2e (patch)
tree768b5c609f379904097eacc40b550908a3048bb1 /Source/cmGlobalXCodeGenerator.cxx
parent2f50e43032a177ba951f7cc96cb84bf8ba33e06e (diff)
downloadCMake-cf5c2b7ae8a8613258c02a182eec24b09cdf8a2e.zip
CMake-cf5c2b7ae8a8613258c02a182eec24b09cdf8a2e.tar.gz
CMake-cf5c2b7ae8a8613258c02a182eec24b09cdf8a2e.tar.bz2
COMP: Remove warning
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index cd93713..1f17992 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))
{