diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-01-22 16:04:25 -0800 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2015-01-22 16:33:30 -0800 |
commit | 1649e7ee5b9bb4122be67903d55c4c8cc0549bba (patch) | |
tree | 9213c9213ccfad39b4c944ede78315f50684305a /linker/linker_phdr.h | |
parent | ae095a730d6b3af69dc5eff662c5609cde6f5d70 (diff) | |
download | android_bionic-1649e7ee5b9bb4122be67903d55c4c8cc0549bba.tar.gz android_bionic-1649e7ee5b9bb4122be67903d55c4c8cc0549bba.tar.bz2 android_bionic-1649e7ee5b9bb4122be67903d55c4c8cc0549bba.zip |
Enable -Wold-style-cast warnings for linker
And fix old style casts.
Change-Id: I37e7a3e3fd852528ea76f02d967c7bd8cd5b06c9
Diffstat (limited to 'linker/linker_phdr.h')
-rw-r--r-- | linker/linker_phdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker_phdr.h b/linker/linker_phdr.h index 65d302cdb..6b917b44e 100644 --- a/linker/linker_phdr.h +++ b/linker/linker_phdr.h @@ -98,7 +98,7 @@ int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, El #if defined(__arm__) int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, - ElfW(Addr)** arm_exidx, unsigned* arm_exidix_count); + ElfW(Addr)** arm_exidx, size_t* arm_exidix_count); #endif void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, |