From fb026be50ef59b1affc44b9d46cf50c9bafe6bf5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 29 Apr 2016 05:24:01 -0700 Subject: remove format checking --- gcc/c-typeck.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/c-typeck.c') 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. */ -- cgit v1.2.3