diff options
Diffstat (limited to 'gcc/c-typeck.c')
-rwxr-xr-x | gcc/c-typeck.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index d5a77d6..807dfcf 100755 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1560,11 +1560,6 @@ build_function_call (function, params) coerced_params = convert_arguments (TYPE_ARG_TYPES (fntype), params, name, fundecl); - /* Check for errors in format strings. */ - - if (warn_format && (name || assembler_name)) - check_function_format (name, assembler_name, coerced_params); - /* Recognize certain built-in functions so we can make tree-codes other than CALL_EXPR. We do this when it enables fold-const.c to do something useful. */ |