diff options
author | Lei Zhang <thestig@chromium.org> | 2015-12-24 21:55:12 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-12-24 21:55:12 -0800 |
commit | 1ff4a733f3a50c121bebcff417743b7d84453cc5 (patch) | |
tree | 692f10c04242b9bef42949a9789aeb21e3327e59 | |
parent | b43b8859153e129053f3fa790c182fa04c3336db (diff) | |
download | pdfium-1ff4a733f3a50c121bebcff417743b7d84453cc5.tar.xz |
Stop disabling compiler warning 4481, PDFium edition.
Matches https://crrev.com/366832
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/1546103002 .
-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 00bbd4f235..7dbbe1100e 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -261,7 +261,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 |