[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread miss-islington
miss-islington added the comment: New changeset c817a1c4de1ff1f475776fd1fe8fe158695e53a5 by Miss Islington (bot) in branch '3.9': [3.9] bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) (GH-20293) https://github.com/python/cpython/commit/c817a1c4de1ff1f475776fd1fe8fe158695e53a5

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset a487a39dca4c41305928c7dfdbcb0b3aa344683b by Dong-hee Na in branch 'master': bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) https://github.com/python/cpython/commit/a487a39dca4c41305928c7dfdbcb0b3aa344683b --

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +19568 pull_request: https://github.com/python/cpython/pull/20293 ___ Python tracker

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
Dong-hee Na added the comment: It happened from clang compiler of macOS. Clang 11.0.3 (clang-1103.0.32.29)] -- nosy: +p-ganssle ___ Python tracker ___

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +19566 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20291 ___ Python tracker ___

[issue40714] Remove compile warning from _zoneinfo.c

2020-05-21 Thread Dong-hee Na
New submission from Dong-hee Na : /Users/corona10/oss/cpython/Modules/_zoneinfo.c:1487:9: warning: variable 'dst_offset' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (*p == '\0') { ^~