summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-09 12:50:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-09 12:50:45 (GMT)
commitf93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf (patch)
tree020eecc42509bd894b4726261363ce0dc78e8aa7 /Source/cmMakefile.cxx
parent0f4f9677fcd988dba78583f93ebe0e7e266e7e98 (diff)
downloadCMake-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.cxx2
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;