summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-04-13 06:04:03 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-13 06:04:03 -0700
commit112be9813ed7bf4e082048eda5f4a7d3837d116c (patch)
treefad2b942c6272360bd6ea709506ec8bb0fd8d7fa
parent17f382a50a7c4e5b6f14f76027a15de4ac17bc4c (diff)
downloadpdfium-112be9813ed7bf4e082048eda5f4a7d3837d116c.tar.xz
clang/win: Stop passing -Qunused-arguments in pdfium too.
We stopped passing this in Chromium a while ago. BUG=504658 Review URL: https://codereview.chromium.org/1887643002
-rw-r--r--build/standalone.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 925326b794..6eae83c6d5 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -332,7 +332,6 @@
'/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
'-Wno-unknown-pragmas', # http://crbug.com/505314
'-Wno-microsoft-cast', # http://crbug.com/550065