]> gcc.gnu.org Git - gcc.git/commit - gcc/c-common.h
c-common.h (check_function_format): Remove first parameter.
authorJoseph Myers <jsm@polyomino.org.uk>
Wed, 30 Jun 2004 22:28:02 +0000 (23:28 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 30 Jun 2004 22:28:02 +0000 (23:28 +0100)
commit9980154889a2bfd00c0c76176595948768be1487
tree6edd9cc7bd8414f96db728a2727a2fae85c58700
parenta6163c2238f5e27c5063727e75518de1e389bd04
c-common.h (check_function_format): Remove first parameter.

* 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.

From-SVN: r83935
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-format.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c
This page took 0.058886 seconds and 5 git commands to generate.