From 9081e3a1355bf312e54b4a71e879a72e93933ef0 Mon Sep 17 00:00:00 2001 From: Peter Kuemmel Date: Sat, 16 Jun 2012 12:58:06 +0200 Subject: [PATCH] remove warning about unused parameter --- Source/cmLocalGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index fe3c8ca05..274274a58 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -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& targets) {} + virtual void GetIndividualFileTargets(std::vector&) {} // Create a struct to hold the varibles passed into // ExpandRuleVariables