mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: Remove warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user