diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-02 12:24:18 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-02 12:24:18 (GMT) |
commit | 674b8a7aab9ae4f310cb44420bce9263404c8818 (patch) | |
tree | 595543f0e1689a5813aa97b0a3ed9fc9892767a9 | |
parent | dfd6fe200588dc5081bd71584947676240b6f20a (diff) | |
download | CMake-674b8a7aab9ae4f310cb44420bce9263404c8818.zip CMake-674b8a7aab9ae4f310cb44420bce9263404c8818.tar.gz CMake-674b8a7aab9ae4f310cb44420bce9263404c8818.tar.bz2 |
COMP: fix warning
Alex
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 2 |
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" |