From 373aaaa48ffb1951d321002c72bec5d6769899ba Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Tue, 5 Mar 2019 08:51:10 -0800 Subject: Remove -Wno-pointer-bool-conversion This doesn't appear needed anymore. Test: compiles. Change-Id: I41b41ec67324051bbae0624735eb797ad60aaca2 --- libselinux/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libselinux/Android.bp b/libselinux/Android.bp index 1440a307..6833cba8 100644 --- a/libselinux/Android.bp +++ b/libselinux/Android.bp @@ -87,9 +87,6 @@ cc_defaults { cflags: [ "-DAUDITD_LOG_TAG=1003", ], - - // mapping.c has redundant check of array p_in->perms. - clang_cflags: ["-Wno-pointer-bool-conversion"], } }, -- cgit v1.2.3