| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 7a00b9384cf9ad756b5e3bcb9a55cfdfbb6b5898..7febde6b4710c292c213866e78d76fe81e6c926d 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1049,10 +1049,6 @@ config("no_chromium_code") {
|
|
|
| if (is_clang) {
|
| cflags += [
|
| - # TODO(mgiuca): Move this suppression into individual third-party
|
| - # libraries as required. http://crbug.com/505301.
|
| - "-Wno-overloaded-virtual",
|
| -
|
| # TODO(thakis): Move this suppression into individual third-party
|
| # libraries as required. http://crbug.com/505316.
|
| "-Wno-unused-function",
|
|
|