Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4780)

Unified Diff: build/config/compiler/BUILD.gn

Issue 2241413003: Roll clang 277962:278861 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/threading/thread_unittest.cc ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 79723f6cc76c041697955f5c7de91e2935e78aa5..e606362bce2e843887b3599025d9cf8a98238786 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1014,13 +1014,10 @@ config("default_warnings") {
# TODO(thakis): https://crbug.com/617318
"-Wno-nonportable-include-path",
+
+ # TODO(hans): https://crbug.com/637306
+ "-Wno-address-of-packed-member",
]
- if (llvm_force_head_revision) {
- cflags += [
- # TODO(hans): https://crbug.com/637306
- "-Wno-address-of-packed-member",
- ]
- }
}
}
}
« no previous file with comments | « base/threading/thread_unittest.cc ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698