diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-18 04:13:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-18 04:13:29 +0000 |
| commit | 6876d9f6943e7de8affd338416c9d1d8b77a48f5 (patch) | |
| tree | f2fcbb799cd45d4fce382e2fdafca8f394a7d14d | |
| parent | 6756d4864186459abf8c18fdd82dc38df18eb8a5 (diff) | |
Notes
| -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 9ab5c5f8e19a..a76dea568094 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) |
