This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry, skrah, vstinner
Date 2013-12-15.17:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387127886.64.0.968380167158.issue19976@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a first attempt at a patch.

The Visual Studio pragma disables for the rest of the file, which is undesirable.  Maybe we could turn it on and off inline, but it's not clear to me that that would have the desired effect of turning off the warning for explicitly that parameter declaration.

Also, a little googling confirms that clang supports the GCC __attribute((unused)) extension, so I just went with that.
History
Date User Action Args
2013-12-15 17:18:06larrysetrecipients: + larry, vstinner, skrah
2013-12-15 17:18:06larrysetmessageid: <1387127886.64.0.968380167158.issue19976@psf.upfronthosting.co.za>
2013-12-15 17:18:06larrylinkissue19976 messages
2013-12-15 17:18:06larrycreate