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

Commit 52aa4950 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ignore format-pedantic compiler warning"

parents 0aee1e88 03445131
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",