summaryrefslogtreecommitdiffstats
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 22:28:02 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 22:28:02 +0000
commit1b1f244415b3027b177600b252a681017294836b (patch)
tree6edd9cc7bd8414f96db728a2727a2fae85c58700 /gcc/c-common.h
parent19aea418096a5816ab6e8a7682c6e63092719f0d (diff)
downloadppe42-gcc-1b1f244415b3027b177600b252a681017294836b.tar.gz
ppe42-gcc-1b1f244415b3027b177600b252a681017294836b.zip
* c-common.h (check_function_format): Remove first parameter.
* c-format.c (format_check_context): Remove status. (check_format_info, check_format_info_main, maybe_read_dollar_number, avoid_dollar_number, finish_dollar_format_checking, check_format_types, check_function_format): Remove first parameter. Don't use status_warning. (check_format_arg): Don't use status_warning. (status_warning): Remove. * c-common.c (check_function_arguments): Update call to check_function_format. cp: * call.c (build_over_call), typeck.c (build_function_call): Update calls to check_function_format. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 454d4899237..2ae116efe07 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -627,7 +627,7 @@ extern void check_function_arguments_recurse (void (*)
unsigned HOST_WIDE_INT),
void *, tree,
unsigned HOST_WIDE_INT);
-extern void check_function_format (int *, tree, tree);
+extern void check_function_format (tree, tree);
extern void set_Wformat (int);
extern tree handle_format_attribute (tree *, tree, tree, int, bool *);
extern tree handle_format_arg_attribute (tree *, tree, tree, int, bool *);
OpenPOWER on IntegriCloud