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

Commit 6079c42c authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "Remove -Wno-typedef-redefinition"

am: 32f1b83d

Change-Id: I3e722cfa3d85d87c0dee9cd27b0801cf22acbda9
parents 4b9084ff 32f1b83d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@ fluoride_defaults {
        "-Werror",
        // struct BT_HDR is defined as a variable-size header in a struct.
        "-Wno-gnu-variable-sized-type-not-at-end",
        // needed because of the way the struct typedef is done in osi/include
        // header files. This issue can be obsoleted by switching to C11 or C++.
        "-Wno-typedef-redefinition",
        // there are too many unused parameters in all the code.
        "-Wno-unused-parameter",
        "-DLOG_NDEBUG=1",