Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fecf93f authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "[hwui] Remove -Wno-missing-braces"

am: d6e30691

Change-Id: I63d4d6b012bc5408758040f91702d46f811d99fa
parents ee4eb8c3 d6e30691
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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