diff options
Diffstat (limited to 'tests/dump-boundaries.c')
-rw-r--r-- | tests/dump-boundaries.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dump-boundaries.c b/tests/dump-boundaries.c index ac507cf6..f566a54c 100644 --- a/tests/dump-boundaries.c +++ b/tests/dump-boundaries.c @@ -28,9 +28,8 @@ #define CHFORMAT "%0#6x" -static void -fail (const char *format, - ...) +static void fail (const char *format, ...) G_GNUC_PRINTF (1, 2) G_GNUC_NORETURN; +static void fail (const char *format, ...) { char *str; |