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

Commit cd7ac1ec authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove implicit fallthrough exception

Implicit fallthrough has already been fixed, but we also need to clean
up Android.bp file.

Bug: none
Test: build only
Change-Id: Ibcf274fb1cfacfb7bba6c6f66d6bf3b2320c85b1
parent d5224a83
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ 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
+2 −2
Original line number Diff line number Diff line
@@ -1101,7 +1101,7 @@ class InputReaderPolicyTest : public testing::Test {
 * Such configuration is not currently allowed.
 */
TEST_F(InputReaderPolicyTest, Viewports_GetCleared) {
    const std::string uniqueId = "local:0";
    static const std::string uniqueId = "local:0";

    // We didn't add any viewports yet, so there shouldn't be any.
    std::optional<DisplayViewport> internalViewport =
+1 −1

File changed.

Contains only whitespace changes.