Commit 6b1036f
Hannah.Hsu
Fix build error
Error message: frameworks/native/libs/binder/tests/binderRpcTest.cpp:1171:29:
error: comparison of integers of different signs: 'socklen_t' (aka 'int') and 'unsigned int' [-Werror,-Wsign-compare]
Test Report:
Build pass with the following command
source build/envsetup.sh; lunch gambit-trunk_food-userdebug; m vts;
Bug: b/351059357
Change-Id: Ifdf72342f3683ea4b417507157c037e12cf4c9371 parent f5883db commit 6b1036f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1168 | 1168 | | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | | - | |
| 1171 | + | |
| 1172 | + | |
1172 | 1173 | | |
1173 | 1174 | | |
1174 | 1175 | | |
| |||
0 commit comments