summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-17 14:28:39 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-19 20:36:52 (GMT)
commit528d68021c6769b2aa86ea9751a7308a84101ca2 (patch)
treed13252ab049278e611b1d11b5469395fc1182da9 /Source/cmMakefile.h
parent9118b53b79afc1791d920b8ea6f9cedf26010148 (diff)
downloadCMake-528d68021c6769b2aa86ea9751a7308a84101ca2.zip
CMake-528d68021c6769b2aa86ea9751a7308a84101ca2.tar.gz
CMake-528d68021c6769b2aa86ea9751a7308a84101ca2.tar.bz2
cmMakefile: Use more suitable method name to log var 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 9054472..a8873ff 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -823,7 +823,7 @@ protected:
void AddGlobalLinkInformation(const std::string& name, cmTarget& target);
// Check for a an unused variable
- void CheckForUnused(const char* reason, const std::string& name) const;
+ void LogUnused(const char* reason, const std::string& name) const;
std::string ProjectName; // project name