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

Commit e21f3418 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

am: 588a335f

Change-Id: I4939be7a90acf307ffd8bfb57d512b5f7f7aa490
parents 8a05b94e 588a335f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,7 +73,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",
    ],
}

@@ -106,7 +105,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
@@ -34,7 +34,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",
    ]
}