diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-16 15:50:57 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-16 15:50:57 (GMT) |
commit | 59463ef1a33a22113e1c577c450d7b2c70916bbc (patch) | |
tree | 3e6862307f8c951f2732ce909db6a757d80c944a /Source/cmMakefile.h | |
parent | f117423336a91f4f50f031d0acc892d4c10316c3 (diff) | |
download | CMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.zip CMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.tar.gz CMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.tar.bz2 |
Rework CheckVariableForUnused usage
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 6b0bfa2..7826903 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -844,7 +844,7 @@ protected: void AddGlobalLinkInformation(const char* name, cmTarget& target); // Check for a an unused variable - bool CheckForUnused(const char* reason, const char* name); + void CheckForUnused(const char* reason, const char* name) const; std::string Prefix; std::vector<std::string> AuxSourceDirectories; // |