summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi3
-rw-r--r--build/config/compiler/BUILD.gn3
2 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 5110e1c..2e0aeb0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2673,9 +2673,6 @@
# TODO(thakis): Enable this, crbug.com/507717
'-Wno-shift-negative-value',
-
- # TODO(thakis): Consider enabling this?
- '-Wno-bitfield-width',
],
},
'includes': [ 'set_clang_warning_flags.gypi', ],
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 1a6a1e0..9f05d76 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -875,9 +875,6 @@ config("default_warnings") {
cflags += [
# TODO(thakis): Enable this, crbug.com/507717
"-Wno-shift-negative-value",
-
- # TODO(thakis): Consider enabling this?
- "-Wno-bitfield-width",
]
}
}