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

Commit c1610d3c authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

[hwui] Remove -Wno-missing-braces

The Clang bug that caused this silencing has been fixed for a while.

Test: mmma frameworks/base/libs/hwui
Change-Id: Ia03f7c223f95a51fbda70dbbbabf4821eaef74ca
parent 304d4bd6
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