diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-12 19:21:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-12 19:21:37 (GMT) |
commit | 9ab3b14c77bc92a94c8b1b949bdc0f91bb77c7a2 (patch) | |
tree | ad09366977a7fbd04df01274a428c1d9af009920 /Source/cmGeneratedFileStream.h | |
parent | 4bdca3b404d5fafe89779ea5cd1dce50018afbcc (diff) | |
download | CMake-9ab3b14c77bc92a94c8b1b949bdc0f91bb77c7a2.zip CMake-9ab3b14c77bc92a94c8b1b949bdc0f91bb77c7a2.tar.gz CMake-9ab3b14c77bc92a94c8b1b949bdc0f91bb77c7a2.tar.bz2 |
COMP: Remove warning
Diffstat (limited to 'Source/cmGeneratedFileStream.h')
-rw-r--r-- | Source/cmGeneratedFileStream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratedFileStream.h b/Source/cmGeneratedFileStream.h index 4783cb6..fb49081 100644 --- a/Source/cmGeneratedFileStream.h +++ b/Source/cmGeneratedFileStream.h @@ -114,7 +114,8 @@ public: * temporary file. If the file cannot be opened an error message is * produced unless the second argument is set to true. */ - cmGeneratedFileStream& Open(const char* name, bool quiet=false, bool binary=false); + cmGeneratedFileStream& Open(const char* name, bool quiet=false, + bool binaryFlag=false); /** * Close the output file. This should be used only with an open |