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

Commit b5cf187c 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

Change-Id: I1bd23f1a249d66de8b0b32d8ef0ea0a5ca47f04c
parents 05eeea72 8bd9fdae
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",