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

Commit 588a335f authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Remove redundant Wno-error." am: b09dcb15

am: c2e95467

Change-Id: I72bf81976dfca3d4868c5428f02f7cc6038a4b86
parents 538d5326 c2e95467
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",
    ]
}