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

Commit 32f1b83d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove -Wno-typedef-redefinition"

parents 5f1ed25f b7ef666c
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",