mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
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,
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user