From b7455e404f8838d2f08a43b3e7ae2dd0c8e5e293 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Sat, 7 Sep 2002 21:22:03 -0400 Subject: [PATCH] compiler warning --- Source/cmLocalGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index b906b62535..b313dc746f 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -42,7 +42,7 @@ public: * some steps to save time, such as dependency generation for the * makefiles. This is done by a direct invocation from make. */ - virtual void Generate(bool fromTheTop) {}; + virtual void Generate(bool /* fromTheTop */) {}; /** * Process the CMakeLists files for this directory to fill in the