]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
AOSP: Disable macro redefined warnings.
authorChristopher Ferris <cferris@google.com>
Thu, 23 Feb 2017 23:36:54 +0000 (15:36 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 24 May 2017 03:02:50 +0000 (23:02 -0400)
commit1333f2b35fa4e2bd3da9ebdfff13b9ba0f9cbc08
treee0102c912b20a03ef3fdd1eb3f0b5185ee17a624
parent0c32f4899a837c7f4c3a421d0a8016d8f4e82224
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>
contrib/Android.bp
debugfs/Android.bp
e2fsck/Android.bp
lib/blkid/Android.bp
lib/e2p/Android.bp
lib/ext2fs/Android.bp
lib/support/Android.bp
misc/Android.bp
resize/Android.bp