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

Commit 6fde7ab8 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Allow implicit-fallthrough warnings locally. DO NOT MERGE.

It will be a global error by default.
This change is not needed for goog/master.

Test: make checkbuild
Bug: 112564944
Change-Id: Ia716882a2796bdb2222067499906b04b15d661d8
Exempt-From-Owner-Approval: do not block on new warnings
parent efd99ec8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ cc_library_static {
    cflags: [
        "-Werror",
        "-Wall",
        // Allow implicit fallthroughs in NuPlayer2Driver.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],

    product_variables: {