Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index fd8f46eab1c8f203813e6757ad2c4d807b04d29b..53efff0a3358a086809adac28fe0c2088d3e53cc 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -986,14 +986,10 @@ config("default_warnings") { |
cflags += [ |
# TODO(thakis): Enable this, crbug.com/507717 |
"-Wno-shift-negative-value", |
- ] |
- if (llvm_force_head_revision) { |
- cflags += [ |
- # TODO(thakis): https://crbug.com/604888 |
- "-Wno-undefined-var-template", |
- ] |
- } |
+ # TODO(thakis): https://crbug.com/604888 |
+ "-Wno-undefined-var-template", |
+ ] |
} |
} |
} |