summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_gyp/standalone.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
index aa3feeaa10..b2ec4b92c4 100644
--- a/build_gyp/standalone.gypi
+++ b/build_gyp/standalone.gypi
@@ -319,10 +319,6 @@
# pattern.
'-Wno-missing-field-initializers',
- # Many files use intrinsics without including this header.
- # TODO(hans): Fix those files, or move this to sub-GYPs.
- '/FIIntrin.h',
-
# TODO(hans): Make this list shorter eventually, http://crbug.com/504657
'-Qunused-arguments', # http://crbug.com/504658
'-Wno-microsoft-enum-value', # http://crbug.com/505296