diff options
Diffstat (limited to 'tests/gen-all-unicode.c')
-rw-r--r-- | tests/gen-all-unicode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gen-all-unicode.c b/tests/gen-all-unicode.c index 90ff4dbd..4139f23e 100644 --- a/tests/gen-all-unicode.c +++ b/tests/gen-all-unicode.c @@ -2,7 +2,8 @@ #include <stdio.h> int -main (int argc, char **argv) +main (int argc G_GNUC_UNUSED, + char **argv G_GNUC_UNUSED) { gunichar i; gint j; |