Kaydet (Commit) 2083761d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wmicrosoft-enum-value

Change-Id: Iafd6e5f899835303e421be923f70d1e3f42bf65e
üst b701bd8c
......@@ -150,7 +150,11 @@ enum __ByteSequence_NoAcquire
/** This enum value can be used to create a bytesequence from a C-Handle without
acquiring the handle.
*/
BYTESEQ_NOACQUIRE = 0xcafebabe
BYTESEQ_NOACQUIRE =
#if defined _MSC_VER
(int)
#endif
0xcafebabe
};
/** 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