commit | 91581e8f15b8a29aedea3e7c11162301c7e66ec3 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Feb 23 15:36:54 2017 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 24 09:36:26 2017 -0800 |
tree | 7f7881b611a654bb443a22cfa35a44d6ad2a84b6 | |
parent | 98f63cd9de161ffae915910098cc0a4311e9177b [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: I2c6a64146966f1737835f012d24ccc844570d02b Test: Builds without warningers/errors.