mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmWIXRichTextFormatWriter: remove identity cast
This commit is contained in:
@@ -182,6 +182,6 @@ void cmWIXRichTextFormatWriter::EmitUnicodeSurrogate(int c)
|
||||
void cmWIXRichTextFormatWriter::EmitInvalidCodepoint(int c)
|
||||
{
|
||||
ControlWord("cf1 ");
|
||||
File << "[INVALID-BYTE-" << int(c) << ']';
|
||||
File << "[INVALID-BYTE-" << c << ']';
|
||||
ControlWord("cf0 ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user