remove warning about unused parameter
This commit is contained in:
parent
f430bea11b
commit
9081e3a135
|
@ -206,7 +206,7 @@ public:
|
||||||
|
|
||||||
// Fill the vector with the target names for the object files,
|
// Fill the vector with the target names for the object files,
|
||||||
// preprocessed files and assembly 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
|
// Create a struct to hold the varibles passed into
|
||||||
// ExpandRuleVariables
|
// ExpandRuleVariables
|
||||||
|
|
Loading…
Reference in New Issue