Re: [Python-Dev] cpython (merge 3.2 -> default): Fix the return value of set_discard (issue #10519)
Oct. 30, 2011
5:20 p.m.
On Sun, 30 Oct 2011 13:38:35 +0100 petri.lehtinen <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/f634102aca01 changeset: 73204:f634102aca01 parent: 73201:a5c4ae15b59d parent: 73203:b643458a0108 user: Petri Lehtinen <petri@digip.org> date: Sun Oct 30 14:35:39 2011 +0200 summary: Fix the return value of set_discard (issue #10519)
I get the following compiler warning here: Objects/setobject.c: In function ‘set_discard’: Objects/setobject.c:1909:24: attention : unused variable ‘result’ Regards Antoine.
5247
Age (days ago)
5247
Last active (days ago)
0 comments
1 participants
participants (1)
-
Antoine Pitrou