Kaydet (Commit) 9a188a0a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast (clang-cl, manual fix of conditional code)

Change-Id: I7d9c935897107fd0c8471f472234d789e9b8c2da
Reviewed-on: https://gerrit.libreoffice.org/48315Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 69886ca4
......@@ -152,9 +152,10 @@ enum __ByteSequence_NoAcquire
*/
BYTESEQ_NOACQUIRE =
#if defined _MSC_VER
(int)
#endif
int(0xcafebabe)
#else
0xcafebabe
#endif
};
/** C++ class representing a SAL byte sequence.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment