commit | 3ccadf2abdc86af8df34cb67e33730b292d0a4ad | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Tue Oct 09 23:51:48 2018 +0000 |
committer | Aurimas Liutikas <aurimas@google.com> | Tue Oct 09 23:52:42 2018 +0000 |
tree | ec210c09ff86b0adb7c7d2ab72ba37d7df722ccc | |
parent | 9ccbe5e19e3254cfac8849521064f7b02a28de84 [diff] |
Fix casting warnings in ContactSaveService packages/apps/Contacts/src/com/android/contacts/ContactSaveService.java:1227: warning: non-varargs call of varargs method with inexact argument type for last parameter; R.string.contacts_deleted_many_named_toast, names); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 warning Test: make -j Contacts (no more warnings) Change-Id: I244f376b2a8728598e66757742234fbf1a3557df