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

Unified Diff: build/common.gypi

Issue 11368144: Remove -Wno-asm-operand-widths from Android cflags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | no next file » | 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 3d5bffe159eb72790cf578cb5baf92a4dc485c22..22babe9eef420df29119c79172b08e25b37ddd8a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2514,10 +2514,6 @@
'-fuse-ld=gold',
'-Wno-psabi',
],
- 'cflags': [
- # TODO(hans): Remove when crbug.com/159452 is fixed.
- '-Wno-asm-operand-widths',
- ],
}],
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698