--- build/config/compiler/BUILD.gn.orig 2020-11-17 13:39:13.000000000 -0500 +++ build/config/compiler/BUILD.gn 2020-11-18 20:54:58.313154596 -0500 @@ -1536,22 +1530,12 @@ # TODO(https://crbug.com/1028110): Evaluate and possible enable. "-Wno-deprecated-copy", - - # TODO(https://crbug.com/1050281): Clean up, enable. - "-Wno-non-c-typedef-for-linkage", ] cflags_c += [ # TODO(https://crbug.com/995993): Clean up and enable. "-Wno-implicit-fallthrough", ] - - if (enable_wmax_tokens) { - cflags += [ "-Wmax-tokens" ] - } else { - # TODO(https://crbug.com/1049569): Remove after Clang 87b235db. - cflags += [ "-Wno-max-tokens" ] - } } } }