[issue20948] -Wformat=2 -Wformat-security findings

Jeffrey Walton report at bugs.python.org
Sun Mar 16 19:00:31 CET 2014


Jeffrey Walton added the comment:

> #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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20948>
_______________________________________


More information about the Python-bugs-list mailing list