diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-17 14:28:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-19 20:36:52 (GMT) |
commit | 528d68021c6769b2aa86ea9751a7308a84101ca2 (patch) | |
tree | d13252ab049278e611b1d11b5469395fc1182da9 /Source/cmMakefile.h | |
parent | 9118b53b79afc1791d920b8ea6f9cedf26010148 (diff) | |
download | CMake-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.h | 2 |
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 |