mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 10:01:18 -05:00
@@ -12997,7 +12997,11 @@ static void
|
||||
len = g_snprintf (message, sizeof (message), "%s: ", installation);
|
||||
|
||||
va_start (args, format);
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||
g_vsnprintf (message + len, sizeof (message) - len, format, args);
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
va_end (args);
|
||||
|
||||
/* See systemd.journal-fields(7) for the meaning of the
|
||||
|
||||
Reference in New Issue
Block a user