| commit | 10ca56bc9a09de6c975b73ea8e10be877516b39a | [log] [tgz] |
|---|---|---|
| author | Bob Nystrom <rnystrom@google.com> | Thu Apr 07 17:25:41 2016 -0700 |
| committer | Bob Nystrom <rnystrom@google.com> | Thu Apr 07 17:25:41 2016 -0700 |
| tree | b29dc14043c235741949cf23b8b18f5a77b03e2c | |
| parent | 8fdd817d5eb2552c5076f83c44b640bb6e5da3bf [diff] |
Fix the remaining strong mode warnings. These ones require explicit casts to work around limitations in some SDK methods and expectAsync() in test. Ideally, we will change those APIs to be more soundly typed. Until then, this gets the package clean. R=nweiz@google.com Review URL: https://codereview.chromium.org//1871763002 .