diff options
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r-- | Source/cmDSPWriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 022d644..5c739ca 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -524,7 +524,7 @@ cmDSPWriter::CreateTargetRules(const cmTarget &target, void cmDSPWriter::WriteDSPHeader(std::ostream& fout, const char *libName, const cmTarget &target, - std::vector<cmSourceGroup> &sourceGroups) + std::vector<cmSourceGroup> &) { // determine the link directories std::string libOptions; |