mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Avoid more compiler warnings
This commit is contained in:
@@ -506,7 +506,7 @@ g_logv (const gchar *log_domain,
|
||||
* in an out-of-memory situation
|
||||
*/
|
||||
gchar buffer[1025];
|
||||
gsize size;
|
||||
gsize size G_GNUC_UNUSED;
|
||||
va_list args2;
|
||||
|
||||
G_VA_COPY (args2, args1);
|
||||
|
Reference in New Issue
Block a user