diff options
author | thakis <thakis@chromium.org> | 2016-04-13 06:19:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-13 06:19:45 -0700 |
commit | a364fad07e5baf4a72ea734e64fb55664cab075e (patch) | |
tree | 337f45c03f9a6f40d30dc0820f29575fd55034b0 | |
parent | 112be9813ed7bf4e082048eda5f4a7d3837d116c (diff) | |
download | pdfium-a364fad07e5baf4a72ea734e64fb55664cab075e.tar.xz |
Revert of clang/win: Stop passing -Qunused-arguments in pdfium too. (patchset #1 id:1 of https://codereview.chromium.org/1887643002/ )
Reason for revert:
pdfium still passes /GS
Original issue's description:
> clang/win: Stop passing -Qunused-arguments in pdfium too.
>
> We stopped passing this in Chromium a while ago.
>
> BUG=504658
>
> Committed: https://pdfium.googlesource.com/pdfium/+/112be9813ed7bf4e082048eda5f4a7d3837d116c
TBR=thestig@chromium.org,dsinclair@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=504658
Review URL: https://codereview.chromium.org/1883823002
-rw-r--r-- | build/standalone.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 6eae83c6d5..925326b794 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -332,6 +332,7 @@ '/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 |