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

Commit 0798ad42 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Allow implicit-fallthrough warnings locally.

It will be a global error by default.

Test: make checkbuild
Bug: 112564944
Change-Id: I5e1c707b620590ab9ebd3e9d2a38b3a3c4e473c4
Exempt-From-Owner-Approval: do not block on new warnings
parent 81c202f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ cc_library_shared {
        "-Wall",
        "-Wextra",
        "-Werror",
        // Allow implicit fallthroughs in InputReader.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
        "-Wno-unused-parameter",
        // TODO: Move inputflinger to its own process and mark it hidden
        //-fvisibility=hidden