diff options
Diffstat (limited to 'contrib/gcc/c-common.c')
-rw-r--r-- | contrib/gcc/c-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/c-common.c b/contrib/gcc/c-common.c index 9ab5c5f..a76dea5 100644 --- a/contrib/gcc/c-common.c +++ b/contrib/gcc/c-common.c @@ -1652,7 +1652,7 @@ check_format_info (info, params) /* There should be an int arg to control the string arg. */ if (params == 0) { - warning (tfaff); + tfaff (); return; } if (info->first_arg_num != 0) @@ -1675,7 +1675,7 @@ check_format_info (info, params) /* There should be an unsigned char * arg before the string arg. */ if (params == 0) { - warning (tfaff); + tfaff (); return; } if (info->first_arg_num != 0) |