]> git.ipfire.org Git - thirdparty/gcc.git/commit
invoke.texi (Warning Options): Describe -Wold-style-definition.
authorAndreas Jaeger <aj@gcc.gnu.org>
Mon, 15 Sep 2003 09:32:36 +0000 (11:32 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 15 Sep 2003 09:32:36 +0000 (11:32 +0200)
commit2352184a1f8bf7d868be39e39c6dea68d8aa33a4
tree16a2b81af1776ed621f2ab93c3cc9da2623a6bec
parentc034f12167b8e88ea94f496f7f786064b9074814
invoke.texi (Warning Options): Describe -Wold-style-definition.

2003-09-15  Andreas Jaeger  <aj@suse.de>
            Kaveh R. Ghazi <ghazi@caip.rutgers.edu>

* doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
* c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
* c-parse.in: Warn about old-style parameter definition.
* c-common.c: Define warn_old_style_defintion.
* c-common.h: Declare it.
* c.opt: Add Wold-style-defintion.

From-SVN: r71401
gcc/ChangeLog