diff options
| author | 2016-03-14 14:29:24 -0700 | |
|---|---|---|
| committer | 2016-03-14 14:32:14 -0700 | |
| commit | d98f4ba86c02714d94ec3b6f35345cb0b04f7778 (patch) | |
| tree | a423fd9eab4d8d09f124919a17395946063ecfd8 /libs/hwui/ProgramCache.cpp | |
| parent | a871c3104b6ae77eeee2b8d8bdb3371a0788c9a8 (diff) | |
Add @SafeVarargs for methods using typevar varargs.
Bug 27142336
Using a type variable in a varargs leads to a javac warning
because type variables are treated as Object after compilation.
Because these uses do not require a specific typed array, we
can use @SafeVarargs to suppress the warning.
Change-Id: I860bcc79667a9c85c381c7994fd1d798209d7c66
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
0 files changed, 0 insertions, 0 deletions