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

Commit e1a209a6 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Allow implicit-fallthrough warnings locally. DO NOT MERGE."

parents efd99ec8 6fde7ab8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,8 @@ cc_library_static {
    cflags: [
    cflags: [
        "-Werror",
        "-Werror",
        "-Wall",
        "-Wall",
        // Allow implicit fallthroughs in NuPlayer2Driver.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],
    ],


    product_variables: {
    product_variables: {