summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-02 12:24:18 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-02 12:24:18 (GMT)
commit674b8a7aab9ae4f310cb44420bce9263404c8818 (patch)
tree595543f0e1689a5813aa97b0a3ed9fc9892767a9
parentdfd6fe200588dc5081bd71584947676240b6f20a (diff)
downloadCMake-674b8a7aab9ae4f310cb44420bce9263404c8818.zip
CMake-674b8a7aab9ae4f310cb44420bce9263404c8818.tar.gz
CMake-674b8a7aab9ae4f310cb44420bce9263404c8818.tar.bz2
COMP: fix warning
Alex
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index f6b6388..4025110 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -493,7 +493,7 @@ cmExtraEclipseCDT4Generator::GetEclipsePath(const std::string& path) const
//----------------------------------------------------------------------------
void cmExtraEclipseCDT4Generator
::AppendStorageScanners(cmGeneratedFileStream& fout,
- const cmMakefile& makefile) const
+ const cmMakefile& /* makefile*/) const
{
fout <<
"<storageModule moduleId=\"scannerConfiguration\">\n"