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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18265>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to