at master 16 lines 482 B view raw
1diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 2index 0c04c9036..1f32ec562 100644 3--- a/build/config/compiler/BUILD.gn 4+++ b/build/config/compiler/BUILD.gn 5@@ -1992,6 +1992,11 @@ config("tot_warnings") { 6 "-Wno-character-conversion", 7 ] 8 } 9+ 10+ cflags += [ 11+ # TODO(crbug.com/432275627): Fix and re-enable. 12+ "-Wno-uninitialized-const-pointer" 13+ ] 14 } 15 16 # default_warnings ------------------------------------------------------------