summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-29 05:24:01 -0700
committerYamaArashi <shadow962@live.com>2016-04-29 05:24:01 -0700
commitfb026be50ef59b1affc44b9d46cf50c9bafe6bf5 (patch)
tree75527f7920a023c4be3da3b5dae8e302931b9323 /gcc/c-tree.h
parent4bd39ff94b984ff6531ffc8a533e947dff9812aa (diff)
remove format checking
Diffstat (limited to 'gcc/c-tree.h')
-rwxr-xr-xgcc/c-tree.h6
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;