commit | f4f6ab73c22d687d32332e5d5fe407fe1792ae23 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Mon Jun 26 16:48:14 2017 -0700 |
committer | George Burgess <gbiv@google.com> | Mon Jun 26 23:57:56 2017 +0000 |
tree | bfe729725a1c6056d37456dfc8d6f33c004afd11 | |
parent | 534288a2cca27fdb466fac4eb175cc2868354eeb [diff] |
Fix a warning about redefining arraysize Simply removing the redeclaration yields new signed/unsigned conversion warnings, since the previously-defined arraysize (from android-base/macros.h) hands back a size_t. Rather than #undef'ing and continuing on, it looks like we can trivially get away without needing arraysize at all. Bug: None Test: mma. Warnings disappeared. Change-Id: I56da4dfb0e29edec10d276147e7b5d99fc32c65b