1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-24 19:59:47 +08:00

remove warning about unused parameter

This commit is contained in:
Peter Kuemmel
2012-06-16 12:58:06 +02:00
parent f430bea11b
commit 9081e3a135

View File

@@ -206,7 +206,7 @@ public:
// Fill the vector with the target names for the object files,
// preprocessed files and assembly files.
virtual void GetIndividualFileTargets(std::vector<std::string>& targets) {}
virtual void GetIndividualFileTargets(std::vector<std::string>&) {}
// Create a struct to hold the varibles passed into
// ExpandRuleVariables