AOSP: Use -Wno-pointer-arith in Android build
commit3e3403d96d6c5ee27f6c53f885a99c34230ca40a
authorEric Biggers <ebiggers@google.com>
Wed, 16 Jun 2021 04:48:08 +0000 (15 21:48 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Jul 2021 16:28:18 +0000 (27 12:28 -0400)
tree791d4f172b807570dbfd2410f6d10e7128d97693
parent64348f6e292522c7738794d5be4607f720bf838a
AOSP: Use -Wno-pointer-arith in Android build

Some "arithmetic on a void pointer is a GNU extension" warnings were
introduced into upstream e2fsprogs, but they are of questionable value,
so disable them for now.

Change-Id: I19e99382e9434828927c1b8287b91f3333110151
From AOSP commit: f203c38fd43dc384cedfcaeb155771a15906022f
Android.bp