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

Commit 9abd9757 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Suppress Wno-deprecated-builtins"

parents b445619b 81be8d7b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ cc_defaults {
        "-Werror",
        // there are too many unused parameters in all the code.
        "-Wno-unused-parameter",
        // http://b/264549607
        "-Wno-deprecated-builtins",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",