Yongqin Liu a5c6b2ecb5 wchar_test.cpp: fix error between comparison signed and unsigned integer
when compile the cts package with aarch64 gcc4.9, will get following error:
bionic/tests/wchar_test.cpp:253:3: required from here
external/gtest/include/gtest/gtest.h:1448:16:
    error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

this change fix it by using static_cast<wchar_t> as suggested by Calin Juravle

Change-Id: I7fb9506e7b84b8a12b9d003458d4f0e78554c3cd
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-05-09 00:57:47 +08:00
..
2014-04-28 21:10:37 -07:00
2014-05-05 11:36:57 -07:00
2014-05-05 11:36:57 -07:00
2013-12-03 18:42:41 -08:00
2013-12-03 18:42:41 -08:00
2014-04-08 12:19:23 -07:00
2013-02-01 14:51:19 -08:00
2014-02-24 20:22:11 +00:00
2014-04-08 19:37:38 -07:00
2014-04-30 10:45:35 -07:00
2014-04-10 20:44:27 -07:00
2014-02-21 16:27:21 +00:00
2013-02-13 14:40:48 -08:00
2014-02-24 15:55:31 -08:00
2014-01-09 11:00:04 -08:00
2014-01-03 14:49:37 -08:00
2014-02-24 20:22:11 +00:00