diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-09 12:50:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-09 12:50:45 (GMT) |
commit | f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf (patch) | |
tree | 020eecc42509bd894b4726261363ce0dc78e8aa7 /Source/cmMakefile.cxx | |
parent | 0f4f9677fcd988dba78583f93ebe0e7e266e7e98 (diff) | |
download | CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.zip CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.tar.gz CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.tar.bz2 |
ENH: Try to remove warning
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 51a07b8..f53b3bb 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2271,7 +2271,7 @@ void cmMakefile::ConfigureString(const std::string& input, } int cmMakefile::ConfigureFile(const char* infile, const char* outfile, - int copyonly, int atOnly, int escapeQuotes) + bool copyonly, bool atOnly, bool escapeQuotes) { std::string soutfile = outfile; std::string sinfile = infile; |