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-06 10:16:18 +00: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-18 10:29:16 -07:00
2014-02-18 15:39:24 -08:00
2014-04-17 14:22:17 +01:00
2014-05-02 14:25:45 +01:00
2013-11-11 15:48:06 -08:00
2012-10-31 14:30:50 -07:00
2014-02-06 20:12:21 -08:00
2014-04-08 12:19:23 -07:00
2013-02-01 14:51:19 -08:00
2014-04-23 23:02:43 -07:00
2014-02-24 20:22:11 +00:00
2014-02-06 20:12:21 -08:00
2013-02-11 16:39:10 -08:00
2014-04-29 16:28:56 -07:00
2014-02-06 20:12:21 -08:00
2014-02-06 20:12:21 -08:00
2014-04-08 19:37:38 -07:00
2013-06-07 14:55:32 -07:00
2014-05-05 21:19:47 -07:00
2013-02-13 13:11:11 -08:00
2014-03-07 17:59:05 -08:00
2012-08-15 15:39:11 -07:00
2014-04-30 10:45:35 -07:00
2013-10-29 14:55:11 -07:00
2014-04-30 10:06:09 -07:00
2014-04-10 20:44:27 -07:00
2014-02-06 20:12:21 -08:00
2013-10-11 16:20:08 -07:00
2014-02-06 20:12:21 -08:00
2014-02-21 16:27:21 +00:00
2014-05-05 21:49:22 +00:00
2014-04-29 19:17:00 -07:00
2014-04-30 10:06:09 -07:00
2013-02-13 14:40:48 -08:00
2014-02-06 20:12:21 -08:00
2014-05-05 19:48:55 -07:00
2014-02-24 15:55:31 -08:00
2014-01-09 11:00:04 -08:00
2014-04-01 17:42:31 -07:00
2014-02-06 20:12:21 -08:00
2014-04-15 15:29:32 -07:00
2014-02-18 15:39:24 -08:00
2014-02-18 15:39:24 -08:00
2013-11-13 13:14:31 -08:00
2013-10-28 13:21:06 -07:00
2014-01-03 14:49:37 -08:00
2014-02-18 15:48:56 -08:00
2014-02-06 20:12:21 -08:00
2014-02-24 20:22:11 +00:00
2014-04-25 21:51:26 -07:00
2014-04-29 14:53:11 -07:00
2014-05-09 00:57:47 +08:00