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

Commit 29cf26df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove implicit fallthrough exception"

parents c82ce8a7 cd7ac1ec
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.