summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmMacroCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx
index daf3989..3387546 100644
--- a/Source/cmMacroCommand.cxx
+++ b/Source/cmMacroCommand.cxx
@@ -43,8 +43,7 @@ public:
*/
virtual bool InvokeInitialPass(const std::vector<cmListFileArgument>& args);
- virtual bool InitialPass(std::vector<std::string> const& args)
- { return false; };
+ virtual bool InitialPass(std::vector<std::string> const&) { return false; };
/**
* The name of the command as specified in CMakeList.txt.