3 --- glib
/gstrfuncs
.c
.orig
2013-04-23 20:34:39.000000000 +0000
5 @@
-892,6 +892,8 @@
g_ascii_dtostr (gchar
*buffer
,
7 * Return value
: The pointer to the buffer with the converted string
.
9 +#pragma GCC diagnostic push
10 +#pragma GCC diagnostic ignored "-Wformat-nonliteral"
12 g_ascii_formatd (gchar
*buffer
,
14 @@
-974,6 +976,7 @@
g_ascii_formatd (gchar
*buffer
,
18 +#pragma GCC diagnostic pop
20 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \
21 (c) == '\r' || (c) == '\t' || (c) == '\v')