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

Commit a315c538 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Ignore format-pedantic compiler warning" am: 52aa4950 am: 8bd9fdae am: b5cf187c

am: e3dd8ccb

Change-Id: Ie56397db6e32008b7998cd4a65ddaabfb86bf31f
parents d4e05271 e3dd8ccb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_library_shared {
        "-Wno-padded",

        "-Wno-switch-enum",
        "-Wno-format-pedantic",
    ],

    sanitize: {
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ cc_library_shared {
        "-Wno-padded",
        "-Wno-switch-enum",
        "-Wno-undef",
        "-Wno-format-pedantic",

        // Have clang emit complete debug_info.
        "-fstandalone-debug",