diff options
author | YamaArashi <shadow962@live.com> | 2016-04-29 05:24:01 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-29 05:24:01 -0700 |
commit | fb026be50ef59b1affc44b9d46cf50c9bafe6bf5 (patch) | |
tree | 75527f7920a023c4be3da3b5dae8e302931b9323 /gcc/c-tree.h | |
parent | 4bd39ff94b984ff6531ffc8a533e947dff9812aa (diff) |
remove format checking
Diffstat (limited to 'gcc/c-tree.h')
-rwxr-xr-x | gcc/c-tree.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |