diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:29:05 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-02 15:29:05 (GMT) |
commit | d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29 (patch) | |
tree | ab20997a3378ac991c9800784423e2d56b7c8a9b /Source/cmMakefile.cxx | |
parent | 9efc05722e9598b8e34062e8f39457b728b7286b (diff) | |
download | CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.zip CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.gz CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.bz2 |
Run the unused variables check on the final pass
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 3a23590..288bc53 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -828,6 +828,8 @@ void cmMakefile::ConfigureFinalPass() { l->second.FinishConfigure(); } + + this->GetCMakeInstance()->RunCheckForUnusedVariables(); } //---------------------------------------------------------------------------- |