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

Commit 8a395e7a authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "[hwui] Remove -Wno-missing-braces" am: d6e30691 am: 6fecf93f am: cfa361ed

am: 853445d1

Change-Id: I9b9d02dee4da411e0c6f2138ec341384f8e7c174
parents 06d6a175 853445d1
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