Open rra opened 3 years ago
Comment by iulius on 7 Jan 2018 20:22 UTC The format-nonliteral warning has been silenced for older GCC releases with [10217]. This ticket is therefore no longer blocking for INN 2.7.0.
Still needing fixing for -Wformat-nonliteral
:
Reported by iulius on 31 Jul 2016 20:04 UTC To build with GCC "-Wformat-nonliteral" warning on, 9911 suppressed a few checks in the code, waiting to be properly fixed. For instance:
GCC 4.4.7 cannot build INN because pragmas are not allowed inside functions for old GCC versions. So these pragmas were suppressed in STABLE 2.6 with 10040.
They are still present in CURRENT 2.7. They need being fixed before the release of 2.7.0.
Here is what Russ Allbery suggests: