include/rtl/byteseq.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 9a188a0a04ce71f088e585a1b6583994f1b80992 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Jan 22 13:06:51 2018 +0100 loplugin:cstylecast (clang-cl, manual fix of conditional code) Change-Id: I7d9c935897107fd0c8471f472234d789e9b8c2da Reviewed-on: https://gerrit.libreoffice.org/48315 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h index 064f91ca201a..640a4e06253a 100644 --- a/include/rtl/byteseq.h +++ b/include/rtl/byteseq.h @@ -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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits