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

Commit e8c6f64f authored by David Duarte's avatar David Duarte
Browse files

Remove unused "-Wno-gnu-variable-sized-type-not-at-end"

Bug: 279502784
Change-Id: I9e3052687cef995b3ae0e67996ee0f742516ff22
Test: mmm packages/modules/Bluetooth
parent 4a4b1ba2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ cc_defaults {
        "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
        "-DLOG_NDEBUG=1",
        "-fvisibility=hidden",
        // struct BT_HDR is defined as a variable-size header in a struct.
        "-Wno-gnu-variable-sized-type-not-at-end",
    ],
}