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

Commit dda7142b authored by Yabin Cui's avatar Yabin Cui Committed by Automerger Merge Worker
Browse files

Merge "idmap2: fix for compiler update." am: 0cb190e8 am: 951a22e8 am:...

Merge "idmap2: fix for compiler update." am: 0cb190e8 am: 951a22e8 am: c0e80b30 am: 1d861c72

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1768613

Change-Id: Icefda6202f90e3b009b84b13636cb94f8321d26b
parents 158f8bd5 1d861c72
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,8 +35,10 @@ cc_defaults {
    tidy_checks_as_errors: [
        "modernize-*",
        "-modernize-avoid-c-arrays",
        "-modernize-concat-nested-namespaces",
        "-modernize-pass-by-value",
        "-modernize-replace-disallow-copy-and-assign-macro",
        "-modernize-return-braced-init-list",
        "-modernize-use-equals-default",
        "-modernize-use-nodiscard",
        "-modernize-use-override",