Kaydet (Commit) 1cb4fa33 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wmicrosoft-enum-value

Change-Id: I50aaeb264c901146c119192cbd961b20117788e1
üst 813080fd
......@@ -67,8 +67,8 @@ class SvAddressParser_Impl
{
enum State { BEFORE_COLON, BEFORE_LESS, AFTER_LESS, AFTER_GREATER };
enum TokenType { TOKEN_QUOTED = 0x80000000, TOKEN_DOMAIN, TOKEN_COMMENT,
TOKEN_ATOM };
enum TokenType: sal_uInt32 {
TOKEN_QUOTED = 0x80000000, TOKEN_DOMAIN, TOKEN_COMMENT, TOKEN_ATOM };
sal_Unicode const * m_pInputPos;
sal_Unicode const * m_pInputEnd;
......
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