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

Unified Diff: BUILD.gn

Issue 2289293002: clean up use of register storage class (Closed)
Patch Set: 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 | « no previous file | src/opts/SkBlitRow_opts_mips_dsp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 67347ea251a47215d717fc3cf6c6b3f8d5214560..f22e697cd1d180666876215c443c137f2c7a830b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -222,7 +222,7 @@ opts("avx") {
opts("dsp") {
enabled = current_cpu == "mipsel"
sources = opts_gypi.mips_dsp_sources
- cflags = [ "-Wno-deprecated-register" ] # FIXME
+ cflags = []
}
# Any feature of Skia that requires third-party code should be optional and use this template.
« no previous file with comments | « no previous file | src/opts/SkBlitRow_opts_mips_dsp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698