summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-25 21:30:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-25 21:30:44 (GMT)
commit0f71716672d3fd36f2f2a52dacd01fa2f1fc740b (patch)
treeb7fc61a7b8ee2331febdc93210f5b41fa4c188d6 /Source
parent7eba58a43981a6121bbc0f24bce47ce5d23303d4 (diff)
downloadCMake-0f71716672d3fd36f2f2a52dacd01fa2f1fc740b.zip
CMake-0f71716672d3fd36f2f2a52dacd01fa2f1fc740b.tar.gz
CMake-0f71716672d3fd36f2f2a52dacd01fa2f1fc740b.tar.bz2
COMP: fix warnings
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 2625f0b..95e916e 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -29,19 +29,19 @@ cmGlobalXCodeGenerator::cmGlobalXCodeGenerator()
}
//----------------------------------------------------------------------------
-void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const& lang,
- cmMakefile *mf)
+void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const& ,
+ cmMakefile *)
{
//this->cmGlobalGenerator::EnableLanguage(lang, mf);
}
//----------------------------------------------------------------------------
int cmGlobalXCodeGenerator::TryCompile(const char *,
- const char *bindir,
- const char *projectName,
- const char *targetName,
- std::string *output,
- cmMakefile* mf)
+ const char *,
+ const char *,
+ const char *,
+ std::string *,
+ cmMakefile* )
{
// FIXME
return 1;
@@ -158,9 +158,9 @@ void cmGlobalXCodeGenerator::OutputXCodeProject(cmLocalGenerator* root,
//----------------------------------------------------------------------------
void cmGlobalXCodeGenerator::WriteXCodePBXProj(std::ostream& fout,
- cmLocalGenerator* root,
+ cmLocalGenerator* ,
std::vector<cmLocalGenerator*>&
- generators)
+ )
{
fout << "// !$*UTF8*$!\n";
fout << "{\n";