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

Commit c4cbded2 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Revert "Suppress Wno-deprecated-builtins"

This reverts commit 81be8d7b.

Reason for revert: Proper fix for this CL has landed with aosp/2365437. We no longer need this hack in the bluetooth stack

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