mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'printf' into 'master'
Tests: Mark printf wrappers with G_GNUC_PRINTF See merge request GNOME/glib!363
This commit is contained in:
commit
686d60d77b
@ -9,8 +9,7 @@
|
||||
|
||||
static gint exit_status = 0;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||
G_GNUC_PRINTF (1, 2)
|
||||
static void
|
||||
croak (char *format, ...)
|
||||
{
|
||||
@ -23,6 +22,7 @@ croak (char *format, ...)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
G_GNUC_PRINTF (1, 2)
|
||||
static void
|
||||
fail (char *format, ...)
|
||||
{
|
||||
@ -34,7 +34,6 @@ fail (char *format, ...)
|
||||
|
||||
exit_status |= 1;
|
||||
}
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user