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 skrah
Recipients larry, skrah, vstinner
Date 2013-12-13.16:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131213161535.GA10658@sleipnir.bytereef.org>
In-reply-to <1386950794.36.0.906956422522.issue19976@psf.upfronthosting.co.za>
Content
Larry Hastings <report@bugs.python.org> wrote:
> To do it properly with Clang requires a pragma:

Hmm. I just tested and clang warns with -Wall -W, but does not warn if
__attribute__((unused)) is present.

The macro I posted really works on all obscure buildbot platforms.
History
Date User Action Args
2013-12-13 16:15:36skrahsetrecipients: + skrah, vstinner, larry
2013-12-13 16:15:36skrahlinkissue19976 messages
2013-12-13 16:15:36skrahcreate