[issue30745] Warnings in Modules/_winapi.c

2017-07-07 Thread Ned Deily
Ned Deily added the comment: New changeset d1d65015fca44b8d1f0b1df78694310270f03a6d by Ned Deily (Serhiy Storchaka) in branch '3.6': [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) https://github.com/python/cpython/commit/d1d65015fca44b8d1f0b1df78694310270f03a

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e0d446e9caa38923e43818f78c94f95fe0aa995e by Serhiy Storchaka in branch '3.5': [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2379) https://github.com/python/cpython/commit/e0d446e9caa38923e43818f78c94f95fe0aa995e

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0e1f9e8d3ea82262cbb9a403b70a884da5e6a6ac by Serhiy Storchaka in branch '3.6': [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) https://github.com/python/cpython/commit/0e1f9e8d3ea82262cbb9a403b70a884da5e6a6ac

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.6 ___ Python tracker ___ ___

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2428 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2426 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0ee32c148119031e19c79359f5c4789ee69fa355 by Serhiy Storchaka in branch 'master': bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376) https://github.com/python/cpython/commit/0ee32c148119031e19c79359f5c4789ee69fa355 -- __

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Segev Finer
Segev Finer added the comment: I tried the PR locally and I didn't get the warnings. :) -- ___ Python tracker ___ ___ Python-bugs-list

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for noticing this Segev. I hope the following PR fixes warnings. -- assignee: -> serhiy.storchaka ___ Python tracker ___ __

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2423 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30745] Warnings in Modules/_winapi.c

2017-06-24 Thread Segev Finer
New submission from Segev Finer: ..\Modules\_winapi.c(886): warning C4090: 'function': different 'const' qualifiers ..\Modules\_winapi.c(848): warning C4101: 'wenvironment_size': unreferenced local variable Added in d174d24a5d37d1516b885dc7c82f71ecd5930700 -- components: Windows messa