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

Commit 9e1793b8 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Allow implicit-fallthrough warnings locally.

It will be a global error by default.

Test: make checkbuild
Bug: 112564944
Change-Id: I3e914835fcb4ee97662ab51136f143e665d0ba01
Exempt-From-Owner-Approval: do not block on new warnings
parent 1191f516
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",