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

-Werror,-Wshift-sign-overflow

Change-Id: I8a7974baab4e32aa7fc53c4220ec4cb79e7b3074
üst faa60fd3
......@@ -352,7 +352,7 @@ unicode::getUnicodeDirection( const sal_Unicode ch ) {
}
#define bit(name) (1 << name)
#define bit(name) (1U << name)
#define UPPERMASK bit(UnicodeType::UPPERCASE_LETTER)
......
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