Merge "Remove redundant Wno-error."

gugelfrei
Chih-hung Hsieh 6 years ago committed by Gerrit Code Review
commit b09dcb15d5

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

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

Loading…
Cancel
Save