commit | 1333f2b35fa4e2bd3da9ebdfff13b9ba0f9cbc08 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Feb 23 15:36:54 2017 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 23 23:02:50 2017 -0400 |
tree | e0102c912b20a03ef3fdd1eb3f0b5185ee17a624 | |
parent | 0c32f4899a837c7f4c3a421d0a8016d8f4e82224 [diff] |
AOSP: 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. From AOSP commit: commit 91581e8f15b8a29aedea3e7c11162301c7e66ec3 Signed-off-by: Theodore Ts'o <tytso@mit.edu>