From: Stephen Hines Date: Fri, 10 Nov 2017 23:49:47 +0000 (-0800) Subject: AOSP: Remove unnecessary warning flags, now that the warnings are fixed. X-Git-Tag: v1.44.0-rc1~14 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5177795824af1ba40a416c7c4089b399a86551c6;p=tools%2Fe2fsprogs.git AOSP: Remove unnecessary warning flags, now that the warnings are fixed. Bug: http://b/66996870 Bug: http://b/67046543 Test: Built aosp_sailfish successfully. Change-Id: Ie527b8f4d2917f226c6379bc5873a14d51782ecd From AOSP commit: 70c8ef1b628bffd2d816774a03b513f30e202715 --- diff --git a/Android.bp b/Android.bp index 8e44ba7..b8cbcdc 100644 --- a/Android.bp +++ b/Android.bp @@ -2,7 +2,6 @@ cc_defaults { name: "e2fsprogs-defaults", - clang_cflags: ["-Wno-error=macro-redefined"], cflags: ["-Wall", "-Werror"], target: { darwin: {