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

Commit 68ff3fef 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

am: 8c4cdcc3

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