diff options
author | Bruce Dawson <brucedawson@google.com> | 2015-04-09 09:36:34 -0700 |
---|---|---|
committer | Bruce Dawson <brucedawson@google.com> | 2015-04-09 09:36:34 -0700 |
commit | cbcc7305fd8d0d0fbed316ed092642de10c3b207 (patch) | |
tree | ec84fefd60b16e13bfc4dfae5c16cd71fb7086cc /core/src/fxcrt | |
parent | 45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 (diff) | |
download | pdfium-cbcc7305fd8d0d0fbed316ed092642de10c3b207.tar.xz |
Fix reference to timezone variable - removed in VS 2015
It turns out that 'timezone' has been deprecated for a while. If
deprecation messages are enabled then VS 2013 says this when 'timezone'
is referenced:
warning C4996: 'timezone': This function or variable may be unsafe.
Consider using _get_timezone instead.
Sometimes features stay deprecated for decades, but in this case
'timezone' is now gone.
R=tsepez@chromium.org
BUG=440500
Review URL: https://codereview.chromium.org/1075673002
Diffstat (limited to 'core/src/fxcrt')
0 files changed, 0 insertions, 0 deletions