diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-01 00:39:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 00:39:36 +0100 |
commit | 503ce5c482cb267b0770bc46c315d5cf822bdca9 (patch) | |
tree | 3189ebbcf39aedf93747dfcc686f6e955f0701b2 /Python/errors.c | |
parent | 7212148c95947b0fdfcb0c8e37d4357287bdb4bd (diff) | |
download | cpython-git-503ce5c482cb267b0770bc46c315d5cf822bdca9.tar.gz |
get_gmtoff() now returns time_t (GH-10838)
get_gmtoff() now returns time_t instead of int to fix the following
Visual Studio warning:
Modules\timemodule.c(1183): warning C4244: 'return':
conversion from 'time_t' to 'int', possible loss of data
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions