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

Unified Diff: build/common.gypi

Issue 195623002: roll clang 198389:202554 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7d5d13e9f0115452087e8c56709b0166f40e33a0..3e1ec8c756f15cee3022d918b9a5431eb954b36e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3514,6 +3514,9 @@
# code generated by flex (used in angle) contains that keyword.
# http://crbug.com/255186
'-Wno-deprecated-register',
+
+ # TODO(thakis): Remove, http://crbug.com/341352
+ '-Wno-absolute-value',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -3966,7 +3969,6 @@
['target_arch=="arm"', {
'cflags': [
'-target arm-linux-androideabi',
- '-mllvm -arm-enable-ehabi',
],
'ldflags': [
'-target arm-linux-androideabi',
@@ -4255,6 +4257,9 @@
# e.g. code generated by flex (used in angle) contains that
# keyword. http://crbug.com/255186
'-Wno-deprecated-register',
+
+ # TODO(thakis): Remove, http://crbug.com/341352
+ '-Wno-absolute-value',
],
'conditions': [
@@ -4894,6 +4899,7 @@
'-Wno-missing-braces',
'-Wno-missing-declarations',
'-Wno-msvc-include',
+ '-Wno-absolute-value',
'-Wno-null-dereference',
'-Wno-overloaded-virtual',
'-Wno-parentheses',
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698