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. |