Merge "Remove redundant Wno-error." am: b09dcb15d5 am: c2e9546757

am: 588a335fda

Change-Id: I4939be7a90acf307ffd8bfb57d512b5f7f7aa490
gugelfrei
Chih-hung Hsieh 6 years ago committed by android-build-merger
commit e21f3418be

@ -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",
],
}

@ -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",
]
}

Loading…
Cancel
Save