Merge "[hwui] Remove -Wno-missing-braces" am: d6e30691e5 am: 6fecf93fea

am: cfa361edca

Change-Id: I448e074fb43e7c515c75dec55ca6b9ba99d47330
This commit is contained in:
Yi Kong
2019-10-15 11:14:38 -07:00
committed by android-build-merger

View File

@@ -26,9 +26,6 @@ cc_defaults {
// a problem
"-Wno-free-nonheap-object",
// clang's warning is broken, see: https://llvm.org/bugs/show_bug.cgi?id=21629
"-Wno-missing-braces",
// Clang is producing non-determistic binary when the new pass manager is
// enabled. Disable the new PM as a temporary workaround.
// b/142372146