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

Commit 8c4cdcc3 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Allow implicit-fallthrough warnings locally." am: e6d3e9ff

am: d28cfb61

Change-Id: Id46440a6f8220c0996d557f4e77c7b4e33ac3efb
parents b042a054 d28cfb61
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,7 @@ cc_library_static {
        "-Wall",
        "-Wall",
        "-Wextra",
        "-Wextra",
        "-Werror",
        "-Werror",
        "-Wno-error=implicit-fallthrough",
    ],
    ],
    cppflags: [
    cppflags: [
        "-std=c++1z",
        "-std=c++1z",