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

Unified Diff: build/common.gypi

Issue 211733007: clang roll 198389:202554 revolutions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no libedit dep 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 246124f043f0deb5bf2b7a5194024103ae277c9a..4f64932fb0383b83236a028f973a1fd72616cd65 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3522,6 +3522,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.
@@ -3974,7 +3977,6 @@
['target_arch=="arm"', {
'cflags': [
'-target arm-linux-androideabi',
- '-mllvm -arm-enable-ehabi',
],
'ldflags': [
'-target arm-linux-androideabi',
@@ -4263,6 +4265,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': [
@@ -4902,6 +4907,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