Kaydet (Commit) fb9927d7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: C4245: signed/unsigned mismatch

Change-Id: I91546defcc514649f9ef388838af2d40d82c7b67
üst 0cddb93e
...@@ -66,7 +66,7 @@ namespace Lang ...@@ -66,7 +66,7 @@ namespace Lang
unsigned const Russian = 2; unsigned const Russian = 2;
unsigned const Eastern = 4; unsigned const Eastern = 4;
unsigned const US = 8; unsigned const US = 8;
unsigned const All = -1; unsigned const All = static_cast<unsigned>(-1);
} }
......
helpcontent2 @ 577577fd
Subproject commit 1fbcc737e36231426bedfdca0b172bbb90279d64 Subproject commit 577577fd7006327a85f420360c769ca70e96b50c
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