diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/format-nonlit-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/format-nonlit-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format-nonlit-2.c b/gcc/testsuite/gcc.dg/format-nonlit-2.c index c20ed08..9c3eee8 100644 --- a/gcc/testsuite/gcc.dg/format-nonlit-2.c +++ b/gcc/testsuite/gcc.dg/format-nonlit-2.c @@ -6,7 +6,7 @@ extern int printf (const char *, ...); void -foo (char *s, int i) +foo (char *s, __SIZE_TYPE__ i) { printf ((const char *)i, i); /* { dg-warning "argument types" "non-literal" } */ printf (s, i); /* { dg-warning "argument types" "non-literal" } */ |