diff options
Diffstat (limited to 'Source/cmDSWWriter.cxx')
-rw-r--r-- | Source/cmDSWWriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSWWriter.cxx b/Source/cmDSWWriter.cxx index e309679..fd6fb07 100644 --- a/Source/cmDSWWriter.cxx +++ b/Source/cmDSWWriter.cxx @@ -216,7 +216,7 @@ void cmDSWWriter::WriteDSWFile(std::ostream& fout) void cmDSWWriter::WriteProject(std::ostream& fout, const char* dspname, const char* dir, - cmDSPWriter* project, + cmDSPWriter*, const cmTarget& target ) { |