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

typedef lookupfunc defined by not used #62465

Closed
DavidEdelsohn mannequin opened this issue Jun 19, 2013 · 2 comments
Closed

typedef lookupfunc defined by not used #62465

DavidEdelsohn mannequin opened this issue Jun 19, 2013 · 2 comments
Labels
build The build process and cross-build

Comments

@DavidEdelsohn
Copy link
Mannequin

DavidEdelsohn mannequin commented Jun 19, 2013

BPO 18265

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 = None
closed_at = <Date 2013-06-19.19:09:20.787>
created_at = <Date 2013-06-19.15:09:23.048>
labels = ['build']
title = 'typedef lookupfunc defined by not used'
updated_at = <Date 2013-06-19.19:09:20.716>
user = 'https://bugs.python.org/DavidEdelsohn'

bugs.python.org fields:

activity = <Date 2013-06-19.19:09:20.716>
actor = 'David.Edelsohn'
assignee = 'none'
closed = True
closed_date = <Date 2013-06-19.19:09:20.787>
closer = 'David.Edelsohn'
components = ['Build']
creation = <Date 2013-06-19.15:09:23.048>
creator = 'David.Edelsohn'
dependencies = []
files = []
hgrepos = []
issue_num = 18265
keywords = []
message_count = 2.0
messages = ['191483', '191490']
nosy_count = 1.0
nosy_names = ['David.Edelsohn']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue18265'
versions = ['Python 3.3']

@DavidEdelsohn
Copy link
Mannequin Author

DavidEdelsohn mannequin commented Jun 19, 2013

Objects/setobject.c:217:25: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs]

This was fixed in trunk (changeset 84208:626a8e49f2a9) and should be backported to 3.3 branch. This is a warning found by GCC 4.8.

@DavidEdelsohn DavidEdelsohn mannequin added build The build process and cross-build labels Jun 19, 2013
@DavidEdelsohn
Copy link
Mannequin Author

DavidEdelsohn mannequin commented Jun 19, 2013

Will not fix in Python 3.3.

@DavidEdelsohn DavidEdelsohn mannequin closed this as completed Jun 19, 2013
@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
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

0 participants