diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-08-25 16:36:21 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-01 17:08:14 (GMT) |
commit | 4ff03402fc137bf5624d4a71c1ad3b177e5ceb53 (patch) | |
tree | 30fc83fbf66af3220e2b13301cea6390a11d4c50 /Source/cmMakefile.h | |
parent | d7999e9b294f93f68b5ec9e3efd8017fad3f05d9 (diff) | |
download | CMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.zip CMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.tar.gz CMake-4ff03402fc137bf5624d4a71c1ad3b177e5ceb53.tar.bz2 |
Rename find-unused to warn-unused
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 184253a..7141747 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -934,7 +934,7 @@ private: bool PreOrder; // Unused variable flags - bool FindUnused; + bool WarnUnused; bool DefaultToUsed; // stack of list files being read |