summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2016-08-26 13:52:30 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-26 13:52:30 -0700
commit35396df876cbf12c18a6de90e075b57adf74a1a7 (patch)
treef26d959bd83bcd67afab1fdbac51c6b02692d59a
parent0c2d0a5c5b4ee3c1815df17c0e9c4f5880c1e7ef (diff)
downloadpdfium-35396df876cbf12c18a6de90e075b57adf74a1a7.tar.xz
build_gyp: Remove deprecated flag, which is enabled by default.
This patch removes check-implicit-copy-ctors flag to the clang plugins. This flag is enabled by default and will be removed soon. R=thestig@chromium.org Review-Url: https://codereview.chromium.org/2283923002
-rw-r--r--build_gyp/standalone.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
index cab5b1ae73..4df8649c46 100644
--- a/build_gyp/standalone.gypi
+++ b/build_gyp/standalone.gypi
@@ -101,8 +101,7 @@
}],
],
'clang_plugin_args%': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-templates '
- '-Xclang -plugin-arg-find-bad-constructs -Xclang follow-macro-expansion '
- '-Xclang -plugin-arg-find-bad-constructs -Xclang check-implicit-copy-ctors ',
+ '-Xclang -plugin-arg-find-bad-constructs -Xclang follow-macro-expansion ',
},
'clang_chrome_plugins_flags%':
'<(clang_dynlib_flags)'