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

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

Merge "Ignore format-pedantic compiler warning"

am: 52aa4950

Change-Id: Iaf7cd543a307bf9551638ffff902681f1a9a76c5
parents 65bb4fca 52aa4950
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",