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

Commit d6e30691 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

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

parents 6afb115d c1610d3c
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -26,9 +26,6 @@ cc_defaults {
        // a problem
        // a problem
        "-Wno-free-nonheap-object",
        "-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
        // Clang is producing non-determistic binary when the new pass manager is
        // enabled. Disable the new PM as a temporary workaround.
        // enabled. Disable the new PM as a temporary workaround.
        // b/142372146
        // b/142372146