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

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

Change-Id: I44cba662f3306c1f940512204294d2656f80ca0b
parents 77e15050 b5cf187c
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",