commit | f5e204b3f4eceb65cc6324b2262bad768380fc9a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Feb 21 13:21:20 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Feb 21 13:21:20 2015 -0800 |
tree | c06ace8e8cec0da18027f713d5ed7bdf80b0addd | |
parent | 0f672c6aad22dde39a172ae0b5f0b76068008f30 [diff] |
Turn on -Werror=implicit-function-declaration for arm64. Implicit function declarations are much more dangerous on LP64 because sizeof(int) != sizeof(void*), so any function that returns a pointer will lose its top bits, leading to relatively hard to debug crashes. Change-Id: Ia05beffb949ca747833c2e12c40daf896f7a60a5