diff options
author | Lei Zhang <thestig@chromium.org> | 2015-12-24 21:56:28 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-12-24 21:56:28 -0800 |
commit | 3cb161143aaeaf1ade01cb02e71a205b727a1e37 (patch) | |
tree | 6ad1b622f37654fd77b84ba192a32b2246ce1344 /build | |
parent | 7336f95447e30a27771ce773d87997844ff4b509 (diff) | |
download | pdfium-3cb161143aaeaf1ade01cb02e71a205b727a1e37.tar.xz |
Merge to XFA: Stop disabling compiler warning 4481, PDFium edition.
Matches https://crrev.com/366832
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1546103002 .
(cherry picked from commit 1ff4a733f3a50c121bebcff417743b7d84453cc5)
Review URL: https://codereview.chromium.org/1549973002 .
Diffstat (limited to 'build')
-rw-r--r-- | build/standalone.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 371ba5798a..536c255b55 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -262,7 +262,6 @@ 4100, # Unreferenced formal parameter 4121, # Alignment of a member was sensitive to packing 4244, # Conversion from 'type1' to 'type2', possible loss of data - 4481, # Nonstandard extension used: override specifier 'keyword' 4505, # Unreferenced local function has been removed 4510, # Default constructor could not be generated 4512, # Assignment operator could not be generated |