diff options
author | Maurice Lam <yukl@google.com> | 2017-02-28 17:12:31 -0800 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2017-02-28 17:12:31 -0800 |
commit | 9c1310e8648230c6ec3999b1f941cdafbe1aa816 (patch) | |
tree | 22d80e74833ab201bc2e7842213e41cada118d60 /tools/aapt2/diff/Diff.cpp | |
parent | 90ebaa8d2d720d30d453bac8995519fac459d840 (diff) |
Fix vararg build warning
Fix the following build warning:
[...]/InputMethodAndSubtypeUtil.java:399: warning: non-varargs call
of varargs method with inexact argument type for last parameter;
ListFormatter.getInstance(locale).format(subtypeNames), locale);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
Test: Existing tests pass (cd tests/robotests && mma)
Change-Id: Ie13ff713d3dbbe1f308fcd105656a484b89c8f1d
Diffstat (limited to 'tools/aapt2/diff/Diff.cpp')
0 files changed, 0 insertions, 0 deletions