commit | b6c19e0e6830513867cc315398efc412d395557a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Feb 23 15:50:04 2017 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 24 09:37:20 2017 -0800 |
tree | 1fcca2d093bf4cc25f4befa195478bd5ca64a098 | |
parent | ef0b8fa1163a4b136de5d7b88edc37b3abb73398 [diff] |
Disable macro redefined warnings. The new kernel headers do: #define __bitwise __bitwise__ However, the code redefines __bitwise without undef'ing it first. This is a temporary fix, b/35721782 filed to fix this. Change-Id: Idd8d00737a369fbad89c35ca6a647f33d5ace3ae Test: Builds without warningers/errors.