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

Commit f58b009b authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Disable warning which is not detecting problems.

A clang update enabled -Wreorder-init-list by default. Since it doesn't
provide any benefit to the debuggerd code, disable the warning.

Test: Builds without warnings.
Change-Id: I75cfe064ba92c74312ba33f329b1364258eba06c
parent 8245afd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ cc_defaults {
        "-Wno-unused-argument",
        "-Wno-unused-function",
        "-Wno-nullability-completeness",
        "-Wno-reorder-init-list",
        "-Os",
        "-fno-finite-loops",
        "-DANDROID_DEBUGGABLE=0",