Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in Modules/_winapi.c #74930

Closed
segevfiner mannequin opened this issue Jun 24, 2017 · 7 comments
Closed

Warnings in Modules/_winapi.c #74930

segevfiner mannequin opened this issue Jun 24, 2017 · 7 comments
Assignees
Labels
3.7 (EOL) end of life build The build process and cross-build OS-windows

Comments

@segevfiner
Copy link
Mannequin

segevfiner mannequin commented Jun 24, 2017

BPO 30745
Nosy @pfmoore, @tjguk, @ned-deily, @zware, @serhiy-storchaka, @zooba, @segevfiner
PRs
  • bpo-30745: Fix compiler warnings introduced in bpo-30730. #2376
  • [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) #2378
  • [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) #2379
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-06-24.13:26:58.471>
    created_at = <Date 2017-06-24.10:13:59.533>
    labels = ['build', '3.7', 'OS-windows']
    title = 'Warnings in Modules/_winapi.c'
    updated_at = <Date 2017-07-08.04:51:39.063>
    user = 'https://github.com/segevfiner'

    bugs.python.org fields:

    activity = <Date 2017-07-08.04:51:39.063>
    actor = 'ned.deily'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-06-24.13:26:58.471>
    closer = 'serhiy.storchaka'
    components = ['Windows']
    creation = <Date 2017-06-24.10:13:59.533>
    creator = 'Segev Finer'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30745
    keywords = []
    message_count = 7.0
    messages = ['296761', '296763', '296764', '296766', '296768', '296771', '297930']
    nosy_count = 7.0
    nosy_names = ['paul.moore', 'tim.golden', 'ned.deily', 'zach.ware', 'serhiy.storchaka', 'steve.dower', 'Segev Finer']
    pr_nums = ['2376', '2378', '2379']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue30745'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @segevfiner
    Copy link
    Mannequin Author

    segevfiner mannequin commented Jun 24, 2017

    ..\Modules\_winapi.c(886): warning C4090: 'function': different 'const' qualifiers
    ..\Modules\_winapi.c(848): warning C4101: 'wenvironment_size': unreferenced local variable

    Added in d174d24

    @segevfiner segevfiner mannequin added 3.7 (EOL) end of life OS-windows build The build process and cross-build labels Jun 24, 2017
    @serhiy-storchaka
    Copy link
    Member

    Thank you for noticing this Segev. I hope the following PR fixes warnings.

    @serhiy-storchaka serhiy-storchaka self-assigned this Jun 24, 2017
    @segevfiner
    Copy link
    Mannequin Author

    segevfiner mannequin commented Jun 24, 2017

    I tried the PR locally and I didn't get the warnings. :)

    @serhiy-storchaka
    Copy link
    Member

    New changeset 0ee32c1 by Serhiy Storchaka in branch 'master':
    bpo-30745: Fix compiler warnings introduced in bpo-30730. (bpo-2376)
    0ee32c1

    @serhiy-storchaka
    Copy link
    Member

    New changeset 0e1f9e8 by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (bpo-2378)
    0e1f9e8

    @serhiy-storchaka
    Copy link
    Member

    New changeset e0d446e by Serhiy Storchaka in branch '3.5':
    [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (bpo-2379)
    e0d446e

    @ned-deily
    Copy link
    Member

    New changeset d1d6501 by Ned Deily (Serhiy Storchaka) in branch '3.6':
    [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (bpo-2378)
    d1d6501

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life build The build process and cross-build OS-windows
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants