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

Commit 069c68b7 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 am: 6e9b7dcc

am: 15fe82a8

Change-Id: I7f15e4eba5bbf190552b8a1b38146eaadae62306
parents 924c2f6c 15fe82a8
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