compiler warning

This commit is contained in:
Ken Martin 2002-09-07 21:22:03 -04:00
parent 386c19ff6a
commit b7455e404f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public:
* some steps to save time, such as dependency generation for the * some steps to save time, such as dependency generation for the
* makefiles. This is done by a direct invocation from make. * 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 * Process the CMakeLists files for this directory to fill in the