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-tree.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/c-tree.h') diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 6ce8e4d..01f2191 100755 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -167,8 +167,6 @@ extern void gen_aux_info_record (tree, int, int, int); /* in c-common.c */ extern void declare_function_name (void); extern void decl_attributes (tree, tree, tree); -extern void init_function_format_info (void); -extern void check_function_format (tree, tree, tree); extern int c_get_alias_set (tree); extern void c_apply_type_quals_to_decl (int, tree); /* Print an error message for invalid operands to arith operation CODE. @@ -478,10 +476,6 @@ extern int warn_missing_noreturn; extern int warn_traditional; -/* Warn about *printf or *scanf format/argument anomalies. */ - -extern int warn_format; - /* Warn about a subscript that has type char. */ extern int warn_char_subscripts; -- cgit v1.2.3