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

Commit d17f06d4 authored by Stephen Hines's avatar Stephen Hines
Browse files

NFC: Fix implicit fallthrough warning.

Bug: http://b/112564944
Test: Builds.
Change-Id: I3cbb6e751b1341ae8a9abcd04bd16c6b81156ff0
parent d22ba181
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@ int AaptLocaleValue::initFromDirName(const Vector<String8>& parts, const int sta
                        break;
                    }
                    // This is not alphabetical, so we fall through to variant
                    [[fallthrough]];
                case 5:
                case 6:
                case 7:
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ cc_library_host_static {
    cflags: [
        "-Wno-format-y2k",
        "-DSTATIC_ANDROIDFW_FOR_TOOLS",
        // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],

    srcs: [