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

Commit 02129c66 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Remove redundant Wno-error.

Bug: 66996870
Test: make checkbuild
Change-Id: Iefa69e25b752d44c89b7a2569a745556e129a2bd
parent 1ce37f1d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ cc_library_shared {
        // Suppress unused parameter and no error options. These cause problems
        // with the when using the map type in a proto definition.
        "-Wno-unused-parameter",
        "-Wno-error",
    ],
}

@@ -105,7 +104,6 @@ cc_library_shared {
        // Suppress unused parameter and no error options. These cause problems
        // when using the map type in a proto definition.
        "-Wno-unused-parameter",
        "-Wno-error",
    ],
}
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ cc_test {
        // Suppress unused parameter and no error options. These cause problems
        // when using the map type in a proto definition.
        "-Wno-unused-parameter",
        "-Wno-error",
    ]
}