xz: Fix warning -Wformat-nonliteral on clang in message.c.
commitd1561c47ec8cd3844a785d3741dc932f9b9c5790
authorJia Tan <jiat0218@gmail.com>
Wed, 11 Jan 2023 14:46:48 +0000 (11 22:46 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 14:46:48 +0000 (11 22:46 +0800)
tree001b6cae56b61f904bced9668aedd41c1b774b22
parent8c0f115cc489331c48df77beca92fe378039d919
xz: Fix warning -Wformat-nonliteral on clang in message.c.

clang and gcc differ in how they handle -Wformat-nonliteral. gcc will
allow a non-literal format string as long as the function takes its
format arguments as a va_list.
src/xz/message.c