Whamcloud - gitweb
AOSP: Mostly restore -Werror for macOS build
authorEric Biggers <ebiggers@google.com>
Wed, 8 Feb 2023 21:42:02 +0000 (21:42 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 May 2024 15:13:47 +0000 (11:13 -0400)
commit64ded5527ae72c553327ee219d6cfcc14f436492
treebd064b6cab2df5575223dded8a8b2e164bcb5e3c
parent5a54747af1389113bde7ebf326a16a27e506d747
AOSP: Mostly restore -Werror for macOS build

It turns out the "Can't use getmntent or getmntinfo" warning was the
only warning remaining in the macOS build via the Android build system.
So now that it's fixed, -Wno-error can be removed.

That being said, the upstream CI (GitHub Actions) currently uses
-Wno-error=deprecated-declarations for the macOS build, since it's still
needed for some files (which aren't built by the Android build system).

For now, let's just replace -Wno-error with
-Wno-error=deprecated-declarations to match what the upstream CI uses.

Change-Id: I77f6649b99432ef1d73a0c7e30bbb150c3111b27
From AOSP commit: 6ea38ded59fe970704612a31a3aea4ccaf923d6a
Android.bp