remove warning about unused parameter

This commit is contained in:
Peter Kuemmel 2012-06-16 12:58:06 +02:00
parent f430bea11b
commit 9081e3a135
1 changed files with 1 additions and 1 deletions

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