https://sourceware.org/bugzilla/show_bug.cgi?id=29093
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
This is in fallback code in case the platform doesn't have error.h, but does
have err.h.
This seems to be a difference/bug between gcc and clang -Wformat-nonliteral.
Clang implements this mostly the same way as GCC, but there is a difference for
functions that accept a va_list argument (for example, vprintf). GCC does not
emit -Wformat-nonliteral warning for calls to such functions.
You might be able to fix this by annotating the error function itself.
--
You are receiving this mail because:
You are on the CC list for the bug.