diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-27 19:55:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-27 19:55:19 (GMT) |
commit | 240628c223653b67bd78f5e5f69becba99d321ec (patch) | |
tree | 85b5132de845bfd17b3f6e6c358e0a586d8f41f9 /Source/cmIfCommand.cxx | |
parent | 445f122a92bcd46cc3b5e1e0fc0cf1fb3ecc8d45 (diff) | |
download | CMake-240628c223653b67bd78f5e5f69becba99d321ec.zip CMake-240628c223653b67bd78f5e5f69becba99d321ec.tar.gz CMake-240628c223653b67bd78f5e5f69becba99d321ec.tar.bz2 |
remove warning
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r-- | Source/cmIfCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index ba5bdfb..f549e5c 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. bool cmIfFunctionBlocker:: IsFunctionBlocked(const char *name, const std::vector<std::string> &args, - cmMakefile &mf) + cmMakefile &) { if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF")) { |