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

Commit 03445131 authored by Yi Kong's avatar Yi Kong
Browse files

Ignore format-pedantic compiler warning

This warning was turned off globally but it is only needed for few
projects. Move the flag to the individual project blueprint files.

Test: presubmit
Change-Id: I0836e11fcf75d9eca353edf7e7290cfb84727f9a
parent 57a28821
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",