diff options
author | Brad King <brad.king@kitware.com> | 2011-03-24 13:24:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-24 13:45:33 (GMT) |
commit | a75ebe3ea48c957e3e7b8c1438ceb6136595eb61 (patch) | |
tree | 946038ca7600d9066fba3d30518a219d9bf4af7c /Source/cmGlobalGenerator.cxx | |
parent | d5d661d2b259447edfc89d130878f3a9b2203ea1 (diff) | |
download | CMake-a75ebe3ea48c957e3e7b8c1438ceb6136595eb61.zip CMake-a75ebe3ea48c957e3e7b8c1438ceb6136595eb61.tar.gz CMake-a75ebe3ea48c957e3e7b8c1438ceb6136595eb61.tar.bz2 |
Refine unused cache variable warning
List all unused variables in one warning. Cleanup implementation to run
the check exactly once at the end of generation.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index d47fb6f..6c8938e 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -903,8 +903,6 @@ void cmGlobalGenerator::Generate() } this->CMakeInstance->UpdateProgress("Generating done", -1); - - this->CMakeInstance->RunCheckForUnusedVariables("generation"); } //---------------------------------------------------------------------------- |