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 Jeffrey.Walton
Recipients Jeffrey.Walton
Date 2014-03-16.18:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394992831.56.0.0622514132578.issue20948@psf.upfronthosting.co.za>
In-reply-to
Content
> #if defined (__GNUC__) && ((__GNUC__ == 4 && __GNUC_MINOR__ >= 6) || (__GNUC__ >= 5))
> # pragma GCC diagnostic push
> # pragma GCC diagnostic ignored "-Wformat-security"
> #endif

My bad... -Wformat-nonliteral
History
Date User Action Args
2014-03-16 18:00:31Jeffrey.Waltonsetrecipients: + Jeffrey.Walton
2014-03-16 18:00:31Jeffrey.Waltonsetmessageid: <1394992831.56.0.0622514132578.issue20948@psf.upfronthosting.co.za>
2014-03-16 18:00:31Jeffrey.Waltonlinkissue20948 messages
2014-03-16 18:00:31Jeffrey.Waltoncreate