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

Commit 6e9b7dcc authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Allow implicit-fallthrough warnings locally."

am: 517a57bd

Change-Id: I3f6a5f66a481955741be0f9d31a6c7f3f31adf05
parents 48320ee9 517a57bd
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