From e86192e7fe99ed987ae89a6e3bf2b9de4d9a0332 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 9 Oct 2024 19:56:50 -0400 Subject: [PATCH] remove redundant warning switches for Android Android already enables -Wall and -Wextra in the global soong build settings. --- Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 26ee403..f6a7a9c 100644 --- a/Android.bp +++ b/Android.bp @@ -5,8 +5,6 @@ common_cflags = [ "-fPIC", "-fvisibility=hidden", //"-fno-plt", - "-Wall", - "-Wextra", "-Wcast-align", "-Wcast-qual", "-Wwrite-strings",