summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:50:57 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:50:57 (GMT)
commit59463ef1a33a22113e1c577c450d7b2c70916bbc (patch)
tree3e6862307f8c951f2732ce909db6a757d80c944a /Source/cmMakefile.h
parentf117423336a91f4f50f031d0acc892d4c10316c3 (diff)
downloadCMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.zip
CMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.tar.gz
CMake-59463ef1a33a22113e1c577c450d7b2c70916bbc.tar.bz2
Rework CheckVariableForUnused usage
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
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; //