[New-bugs-announce] [issue18265] typedef lookupfunc defined by not used

David Edelsohn report at bugs.python.org
Wed Jun 19 17:09:23 CEST 2013


New submission from David Edelsohn:

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.

----------
components: Build
messages: 191483
nosy: David.Edelsohn
priority: normal
severity: normal
status: open
title: typedef lookupfunc defined by not used
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18265>
_______________________________________


More information about the New-bugs-announce mailing list